forked from Mirrors/freeswitch
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 ? "]" : "",
|
||||
new_port,
|
||||
contact->m_url->url_params,
|
||||
is_nat ? ";nat" : "");
|
||||
is_nat ? ";fs_nat" : "");
|
||||
} else {
|
||||
contact_str = switch_mprintf("%s <sip:%s@%s%s%s%s>%s",
|
||||
display,
|
||||
@ -1510,7 +1510,7 @@ void sofia_presence_handle_sip_i_subscribe(int status,
|
||||
contact_host,
|
||||
ipv6 ? "]" : "",
|
||||
new_port,
|
||||
is_nat ? ";nat" : "");
|
||||
is_nat ? ";fs_nat" : "");
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user