提交 929d0ba8 authored 作者: Michael Jerris's avatar Michael Jerris

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
上级 3f739fad
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, ...@@ -2011,6 +2011,7 @@ sip_contact_t *nua_handle_contact_by_via(nua_handle_t *nh,
if (sip_transport_has_tls(v->v_protocol) || if (sip_transport_has_tls(v->v_protocol) ||
sip_transport_has_tls(transport)) { sip_transport_has_tls(transport)) {
url.url_type = url_sips; url.url_type = url_sips;
url.url_scheme = url_scheme(url_sips);
if (port && strcmp(port, SIPS_DEFAULT_SERV) == 0) if (port && strcmp(port, SIPS_DEFAULT_SERV) == 0)
port = NULL; port = NULL;
if (port || host_is_ip_address(host)) if (port || host_is_ip_address(host))
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论