提交 942e800b authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-4823 --resolve

上级 671e935d
...@@ -562,7 +562,8 @@ int sofia_reg_nat_callback(void *pArg, int argc, char **argv, char **columnNames ...@@ -562,7 +562,8 @@ int sofia_reg_nat_callback(void *pArg, int argc, char **argv, char **columnNames
switch_assert(dst); switch_assert(dst);
nh = nua_handle(profile->nua, NULL, SIPTAG_FROM_STR(profile->url), SIPTAG_TO_STR(to), NUTAG_URL(dst->contact), SIPTAG_CONTACT_STR(profile->url), nh = nua_handle(profile->nua, NULL, SIPTAG_FROM_STR(profile->url), SIPTAG_TO_STR(to), NUTAG_URL(dst->contact), SIPTAG_CONTACT_STR(profile->url),
SIPTAG_CALL_ID_STR(argv[0]), TAG_END()); TAG_END());
//SIPTAG_CALL_ID_STR(argv[0]), TAG_END());
nua_handle_bind(nh, &mod_sofia_globals.destroy_private); nua_handle_bind(nh, &mod_sofia_globals.destroy_private);
nua_options(nh, nua_options(nh,
NTATAG_SIP_T2(5000), NTATAG_SIP_T2(5000),
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论