提交 4d0cead8 authored 作者: Anthony Minessale's avatar Anthony Minessale 提交者: Mike Jerris

FS-4102: [mod_sofia] invite to gateway without registration goes to another wrong host #resolve

Conflicts:
	libs/sofia-sip/.update
上级 1f56b77b
Mon Oct 10 15:54:37 CDT 2016
Fri Dec 30 15:29:04 CST 2016
......@@ -880,6 +880,11 @@ int nua_client_request_sendmsg(nua_client_request_t *cr)
if (ds->ds_ltarget && !cr->cr_has_contact)
sip_add_dup(msg, sip, (sip_header_t *)ds->ds_ltarget);
/*
FS-4102
It was decided to comment out this code because it does not appear to make sense
Dec 22, 2016
if (nua_registration_add_contact_to_request(nh, msg, sip,
cr->cr_contactize &&
!cr->cr_has_contact &&
......@@ -888,6 +893,8 @@ int nua_client_request_sendmsg(nua_client_request_t *cr)
msg_destroy(msg);
return -1;
}
*/
}
cr->cr_wait_for_cred = 0;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论