tweak
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5392 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
77e2f70a2d
commit
831dee40f3
|
@ -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);
|
teletone_multi_tone_init(&cont->list[cont->index].mt, &cont->list[cont->index].map);
|
||||||
cont->session = session;
|
cont->session = session;
|
||||||
|
|
||||||
switch_channel_answer(channel);
|
switch_channel_pre_answer(channel);
|
||||||
|
|
||||||
if (switch_strlen_zero(flags)) {
|
if (switch_strlen_zero(flags)) {
|
||||||
bflags = SMBF_READ_REPLACE;
|
bflags = SMBF_READ_REPLACE;
|
||||||
|
|
Loading…
Reference in New Issue