check the nat
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13608 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
0e20e48919
commit
ba32c8c4d5
|
@ -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);
|
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);
|
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_NOTICE, "Registering %s\n", gateway_ptr->name);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue