mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
FS-3084
This commit is contained in:
@@ -2135,7 +2135,7 @@ static void parse_gateways(sofia_profile_t *profile, switch_xml_t gateways_tag)
|
||||
|
||||
register_transport = (char *) sofia_glue_transport2str(gateway->register_transport);
|
||||
|
||||
if (contact_params) {
|
||||
if (! zstr(contact_params)) {
|
||||
if (*contact_params == ';') {
|
||||
params = switch_core_sprintf(gateway->pool, "%s;transport=%s;gw=%s", contact_params, register_transport, gateway->name);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user