mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 13:08:08 +00:00
remove tags and headers when displaying the sip uri to the user.
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@759 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
95918b58c2
commit
96b9e2edf0
1 changed files with 3 additions and 0 deletions
|
|
@ -71,7 +71,10 @@ void display_peer_name_in_label(GtkWidget *label, const char *uri){
|
|||
osip_free(from->displayname);
|
||||
from->displayname=NULL;
|
||||
}
|
||||
osip_uri_param_freelist(&from->url->url_params);
|
||||
osip_uri_header_freelist(&from->url->url_params);
|
||||
osip_from_to_str(from,&id);
|
||||
|
||||
}else id=osip_strdup(uri);
|
||||
osip_from_free(from);
|
||||
if (displayname!=NULL)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue