This commit is contained in:
Brian West 2011-02-20 15:10:02 -06:00
parent 3cd120a02e
commit 06988e1a36
1 changed files with 1 additions and 1 deletions

View File

@ -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 {