Home
last modified time | relevance | path

Searched refs:new_contactstr (Results 1 – 1 of 1) sorted by relevance

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_sofia/
H A Dsofia_presence.c4022 char *p = NULL, *new_contactstr = NULL; in sofia_presence_handle_sip_i_subscribe() local
4072 new_contactstr = switch_mprintf("<sip:%s%s", orig_to_user, p); in sofia_presence_handle_sip_i_subscribe()
4074 new_contactstr = switch_mprintf("<sip:%s%s>", orig_to_user, p); in sofia_presence_handle_sip_i_subscribe()
4088 TAG_IF(new_contactstr, SIPTAG_CONTACT_STR(new_contactstr)), in sofia_presence_handle_sip_i_subscribe()
4094 TAG_IF(new_contactstr, SIPTAG_CONTACT_STR(new_contactstr)), in sofia_presence_handle_sip_i_subscribe()
4099 switch_safe_free(new_contactstr); in sofia_presence_handle_sip_i_subscribe()