]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update ip binding stuff to match
authorAnthony Minessale <anthony.minessale@gmail.com>
Thu, 20 Apr 2006 02:13:00 +0000 (02:13 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Thu, 20 Apr 2006 02:13:00 +0000 (02:13 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1211 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_dingaling/mod_dingaling.c

index 5227d1469e93c093c49135d4feb39fd7db0addca..a162013ab2f5bc329e6e89fda4cbeebbd1da99c1 100644 (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);