diff --git a/Linphone/core/friend/FriendCore.cpp b/Linphone/core/friend/FriendCore.cpp index 4cc1518b3..0f79de878 100644 --- a/Linphone/core/friend/FriendCore.cpp +++ b/Linphone/core/friend/FriendCore.cpp @@ -447,6 +447,7 @@ QList FriendCore::getAllAddresses() const { ++addressIt; } addresses << phoneNumbers; + addresses << mAddressList; return addresses; } diff --git a/Linphone/view/Page/Main/Call/CallPage.qml b/Linphone/view/Page/Main/Call/CallPage.qml index 23e9c45cd..323e4c4bd 100644 --- a/Linphone/view/Page/Main/Call/CallPage.qml +++ b/Linphone/view/Page/Main/Call/CallPage.qml @@ -330,9 +330,8 @@ AbstractMainPage { groupCallVisible: true searchBarColor: DefaultStyle.grey_100 onContactClicked: contact => { - mainWindow.startCallWithContact( - contact, false, callContactsList) - } + mainWindow.startCallWithContact(contact, false, callContactsList) + } onGroupCallCreationRequested: { console.log("groupe call requetsed") listStackView.push(groupCallItem)