]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-4089 --resolve
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 9 Apr 2012 17:35:26 +0000 (12:35 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 9 Apr 2012 17:35:26 +0000 (12:35 -0500)
src/switch_ivr_originate.c

index f3223723e99b977ce52ec4a53412da76e79cbd22..9a259039875ca84b3bc52b6f08f04462c59e0998 100644 (file)
@@ -1931,6 +1931,8 @@ 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_read_timeout")) {
+                                       ok = 1;
                                } else if (!strcasecmp((char *) hi->name, "group_confirm_cancel_timeout")) {
                                        ok = 1;
                                } else if (!strcasecmp((char *) hi->name, "forked_dial")) {