gateway->ping = switch_epoch_time_now(NULL) + ping_freq;
gateway->options_to_uri = switch_core_sprintf(gateway->pool, "<sip:%s;transport=%s>",
!zstr(from_domain) ? from_domain : proxy, register_transport);
- gateway->options_from_uri = switch_core_sprintf(gateway->pool, "<sip:%s;transport=%s>",
- profile->extrtpip ? profile->extrtpip : profile->sipip, register_transport);
+ //gateway->options_from_uri = switch_core_sprintf(gateway->pool, "<sip:%s;transport=%s>",
+ // profile->extrtpip ? profile->extrtpip : profile->sipip, register_transport);
+ gateway->options_from_uri = gateway->options_to_uri;
} else {
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "ERROR: invalid ping!\n");
}