]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
doh
authorAnthony Minessale <anthony.minessale@gmail.com>
Wed, 15 Jul 2009 15:24:47 +0000 (15:24 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Wed, 15 Jul 2009 15:24:47 +0000 (15:24 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14257 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_ivr_originate.c

index 43ed9422a5b9e9a0e0caa6ca519b8ab87083cd04..e1eed8a5c2e07e824a5539e79f34de0e789e3cf5 100644 (file)
@@ -1056,7 +1056,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_originate(switch_core_session_t *sess
                                        ok = 1;
                                } else if (!strcasecmp((char *) hi->name, "group_confirm_file")) {
                                        ok = 1;
-                               } else if (!strcasecmp((char *) hi->name, "group_confirm_clear_timeout")) {
+                               } else if (!strcasecmp((char *) hi->name, "group_confirm_cancel_timeout")) {
                                        ok = 1;
                                } else if (!strcasecmp((char *) hi->name, "forked_dial")) {
                                        ok = 1;