stupid stupid stupid stupid stupid

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14441 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2009-07-31 21:21:33 +00:00
parent 9b1f190bac
commit 426d3ea9fa
1 changed files with 1 additions and 1 deletions

View File

@ -1455,7 +1455,7 @@ static void parse_gateways(sofia_profile_t *profile, switch_xml_t gateways_tag)
gateway->register_url = switch_core_sprintf(gateway->pool, "sip:%s", proxy);
gateway->register_from = switch_core_sprintf(gateway->pool, "<sip:%s@%s;transport=%s>",
from_user, from_domain ? from_domain : proxy, register_transport);
from_user, !switch_strlen_zero(from_domain) ? from_domain : proxy, register_transport);
sipip = contact_host ? contact_host : profile->extsipip ? profile->extsipip : profile->sipip;