]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-4823 --resolve
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 26 Nov 2012 13:49:16 +0000 (07:49 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 26 Nov 2012 13:49:16 +0000 (07:49 -0600)
src/mod/endpoints/mod_sofia/sofia_reg.c

index 2dbdeaf5a8c00f678ae44c7f5a35c1c6c016d1c6..d2bea6e5ea75d3c1b46dff54b7f4cd7bc2f5e425 100644 (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),