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:
Michael Jerris 2008-12-16 20:16:58 +00:00
parent 3f739fad27
commit 929d0ba8bd
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
Tue Dec 16 14:12:18 CST 2008
Tue Dec 16 14:15:24 CST 2008

View File

@ -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))