no need for term key on group_confirm

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17016 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2010-03-16 19:37:59 +00:00
parent 27eed1b0e2
commit b9c84d2e17
1 changed files with 1 additions and 1 deletions

View File

@ -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) {