mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-24 06:38:08 +00:00
fix friend lookup method and update ms2
This commit is contained in:
parent
b6ff59a32e
commit
589903008b
2 changed files with 2 additions and 1 deletions
|
|
@ -186,6 +186,7 @@ void linphone_core_interpret_friend_uri(LinphoneCore *lc, const char *uri, char
|
|||
/*try adding domain part from default current proxy*/
|
||||
LinphoneAddress * id=linphone_address_new(linphone_core_get_identity(lc));
|
||||
if (id!=NULL){
|
||||
linphone_address_set_display_name(id,NULL);
|
||||
linphone_address_set_username(id,uri);
|
||||
*result=linphone_address_as_string(id);
|
||||
linphone_address_destroy(id);
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit aadeaaa8b2de3b1e0cb9ffd5a0a22a85335e7951
|
||||
Subproject commit 7b23259ecbe24579e7c30709763713d63be3aafa
|
||||
Loading…
Add table
Reference in a new issue