From 831dee40f3679a4a31db24c91457b49589ae5d29 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Tue, 19 Jun 2007 22:31:50 +0000 Subject: [PATCH] tweak git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5392 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_ivr_async.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/switch_ivr_async.c b/src/switch_ivr_async.c index e215058378..dd866aeade 100644 --- a/src/switch_ivr_async.c +++ b/src/switch_ivr_async.c @@ -663,7 +663,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_tone_detect_session(switch_core_sessi teletone_multi_tone_init(&cont->list[cont->index].mt, &cont->list[cont->index].map); cont->session = session; - switch_channel_answer(channel); + switch_channel_pre_answer(channel); if (switch_strlen_zero(flags)) { bflags = SMBF_READ_REPLACE;