update ip binding stuff to match

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1211 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2006-04-20 02:13:00 +00:00
parent 11c738f0e9
commit 1d09443663
1 changed files with 2 additions and 2 deletions

View File

@ -1196,9 +1196,9 @@ static switch_status load_config(void)
profile->name = switch_core_strdup(module_pool, val);
} else if (!strcmp(var, "message")) {
profile->message = switch_core_strdup(module_pool, val);
} else if (!strcmp(var, "ip")) {
} else if (!strcmp(var, "rtp-ip")) {
profile->ip = switch_core_strdup(module_pool, val);
} else if (!strcmp(var, "extip")) {
} else if (!strcmp(var, "ext-rtp-ip")) {
profile->extip = switch_core_strdup(module_pool, val);
} else if (!strcmp(var, "lanaddr")) {
profile->lanaddr = switch_core_strdup(module_pool, val);