]> sjero.net Git - linphone/commitdiff
fix friend lookup method and update ms2
authorSimon Morlat <simon.morlat@linphone.org>
Wed, 28 Sep 2011 11:33:38 +0000 (13:33 +0200)
committerSimon Morlat <simon.morlat@linphone.org>
Wed, 28 Sep 2011 11:33:38 +0000 (13:33 +0200)
coreapi/friend.c
mediastreamer2

index 2afcc4217798931d18fb37f352c42351c73225b7..853902b45f23dfbdb9cf085b550c05691bebe26a 100644 (file)
@@ -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);
index aadeaaa8b2de3b1e0cb9ffd5a0a22a85335e7951..7b23259ecbe24579e7c30709763713d63be3aafa 160000 (submodule)
@@ -1 +1 @@
-Subproject commit aadeaaa8b2de3b1e0cb9ffd5a0a22a85335e7951
+Subproject commit 7b23259ecbe24579e7c30709763713d63be3aafa