mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-31 18:55:49 +00:00
double doh
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11583 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
02c0c70ef2
commit
09f535abd6
@ -1501,7 +1501,7 @@ void sofia_presence_handle_sip_i_subscribe(int status,
|
|||||||
ipv6 ? "]" : "",
|
ipv6 ? "]" : "",
|
||||||
new_port,
|
new_port,
|
||||||
contact->m_url->url_params,
|
contact->m_url->url_params,
|
||||||
is_nat ? ";nat" : "");
|
is_nat ? ";fs_nat" : "");
|
||||||
} else {
|
} else {
|
||||||
contact_str = switch_mprintf("%s <sip:%s@%s%s%s%s>%s",
|
contact_str = switch_mprintf("%s <sip:%s@%s%s%s%s>%s",
|
||||||
display,
|
display,
|
||||||
@ -1510,7 +1510,7 @@ void sofia_presence_handle_sip_i_subscribe(int status,
|
|||||||
contact_host,
|
contact_host,
|
||||||
ipv6 ? "]" : "",
|
ipv6 ? "]" : "",
|
||||||
new_port,
|
new_port,
|
||||||
is_nat ? ";nat" : "");
|
is_nat ? ";fs_nat" : "");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user