]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
check the nat
authorBrian West <brian@freeswitch.org>
Thu, 4 Jun 2009 05:43:34 +0000 (05:43 +0000)
committerBrian West <brian@freeswitch.org>
Thu, 4 Jun 2009 05:43:34 +0000 (05:43 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13608 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/sofia_reg.c

index 5d5a93f5b3c00b2e91def3ccf62ce8353dcedb38..7aa06dbbbd2ffb77e206490e05ffb97b110ec454 100644 (file)
@@ -311,7 +311,9 @@ void sofia_reg_check_gateway(sofia_profile_t *profile, time_t now)
 
                        sofia_reg_new_handle(gateway_ptr, now ? 1 : 0);
 
-                       user_via = sofia_glue_create_external_via(NULL, gateway_ptr->profile, gateway_ptr->register_transport);
+                       if (sofia_glue_check_nat(gateway_ptr->profile, gateway_ptr->register_proxy)) {
+                               user_via = sofia_glue_create_external_via(NULL, gateway_ptr->profile, gateway_ptr->register_transport);
+                       }
 
                        switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_NOTICE, "Registering %s\n", gateway_ptr->name);