forked from Mirrors/freeswitch
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:
parent
27eed1b0e2
commit
b9c84d2e17
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user