Changeset 771:e0d7a26a4dc2 in mediastreamer2


Ignore:
Timestamp:
Nov 12, 2009 11:47:51 AM (4 years ago)
Author:
smorlat <smorlat@…>
Branch:
default
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • linphone/gtk-glade/incall_view.c

    r700 r771  
    7272                        from->displayname=NULL; 
    7373                } 
     74                osip_uri_param_freelist(&from->url->url_params); 
     75                osip_uri_header_freelist(&from->url->url_params); 
    7476                osip_from_to_str(from,&id); 
     77 
    7578        }else id=osip_strdup(uri); 
    7679        osip_from_free(from); 
Note: See TracChangeset for help on using the changeset viewer.