mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-12 20:27:19 +00:00
Fri Nov 14 17:26:48 CST 2008 Jarod Neuner <janeuner@networkharbor.com>
* sips_in_contact_bug git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10821 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
3f739fad27
commit
929d0ba8bd
@ -1 +1 @@
|
||||
Tue Dec 16 14:12:18 CST 2008
|
||||
Tue Dec 16 14:15:24 CST 2008
|
||||
|
@ -2011,6 +2011,7 @@ sip_contact_t *nua_handle_contact_by_via(nua_handle_t *nh,
|
||||
if (sip_transport_has_tls(v->v_protocol) ||
|
||||
sip_transport_has_tls(transport)) {
|
||||
url.url_type = url_sips;
|
||||
url.url_scheme = url_scheme(url_sips);
|
||||
if (port && strcmp(port, SIPS_DEFAULT_SERV) == 0)
|
||||
port = NULL;
|
||||
if (port || host_is_ip_address(host))
|
||||
|
Loading…
x
Reference in New Issue
Block a user