]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
no need for term key on group_confirm
authorAnthony Minessale <anthony.minessale@gmail.com>
Tue, 16 Mar 2010 19:37:59 +0000 (19:37 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Tue, 16 Mar 2010 19:37:59 +0000 (19:37 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@17016 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_ivr_originate.c

index ea04570717bdcfb37906dd8c2338a231ba6958e5..49600cbe29ec439dc9ec82a3221f671af00bd6aa 100644 (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) {