From b9c84d2e17687413d86e51b159970d0ad330a53c Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Tue, 16 Mar 2010 19:37:59 +0000 Subject: [PATCH] no need for term key on group_confirm git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17016 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_ivr_originate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/switch_ivr_originate.c b/src/switch_ivr_originate.c index ea04570717..49600cbe29 100644 --- a/src/switch_ivr_originate.c +++ b/src/switch_ivr_originate.c @@ -210,7 +210,7 @@ static void *SWITCH_THREAD_FUNC collect_thread_run(switch_thread_t *thread, void status = switch_ivr_read(collect->session, len, len, - collect->file, NULL, buf, sizeof(buf), collect->confirm_timeout, "#"); + collect->file, NULL, buf, sizeof(buf), collect->confirm_timeout, NULL); if (status != SWITCH_STATUS_SUCCESS && status != SWITCH_STATUS_BREAK && status != SWITCH_STATUS_TOO_SMALL) {