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:
parent
11c738f0e9
commit
1d09443663
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue