FS-4823 --resolve

This commit is contained in:
Anthony Minessale 2012-11-26 07:49:16 -06:00
parent 671e935d34
commit 942e800be5
1 changed files with 2 additions and 1 deletions

View File

@ -562,7 +562,8 @@ int sofia_reg_nat_callback(void *pArg, int argc, char **argv, char **columnNames
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),
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_options(nh,
NTATAG_SIP_T2(5000),