git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13608
d0543943-73ff-0310-b7d9-
9358b9ac24b2
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);