git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5392 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2007-06-19 22:31:50 +00:00
parent 77e2f70a2d
commit 831dee40f3
1 changed files with 1 additions and 1 deletions

View File

@ -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;