From: Anthony Minessale Date: Mon, 9 Apr 2012 17:35:26 +0000 (-0500) Subject: FS-4089 --resolve X-Git-Tag: v1.2-rc1~17^2~277 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b992a2bd20feac8619ecaff8e7de3d4e143f8bf;p=thirdparty%2Ffreeswitch.git FS-4089 --resolve --- diff --git a/src/switch_ivr_originate.c b/src/switch_ivr_originate.c index f3223723e9..9a25903987 100644 --- a/src/switch_ivr_originate.c +++ b/src/switch_ivr_originate.c @@ -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")) {