git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5942 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2007-10-17 19:51:39 +00:00
parent b80aae26c8
commit 4116e94373
1 changed files with 1 additions and 1 deletions

View File

@ -822,7 +822,7 @@ switch_status_t config_sofia(int reload, char *profile_name)
if (!strcasecmp(val, "auto")) { if (!strcasecmp(val, "auto")) {
profile->extsipip = switch_core_strdup(profile->pool, mod_sofia_globals.guess_ip); profile->extsipip = switch_core_strdup(profile->pool, mod_sofia_globals.guess_ip);
} else { } else {
char *ip = NULL; char *ip = mod_sofia_globals.guess_ip;
switch_port_t port = 0; switch_port_t port = 0;
if (sofia_glue_ext_address_lookup(&ip, &port, val, profile->pool) == SWITCH_STATUS_SUCCESS) { if (sofia_glue_ext_address_lookup(&ip, &port, val, profile->pool) == SWITCH_STATUS_SUCCESS) {