提交 7d6c90e5 authored 作者: Seven Du's avatar Seven Du 提交者: Andrey Volk

FS-11754 [core] Make sure audio sync works while playing tts

上级 4ce66209
......@@ -2748,10 +2748,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_speak_text_handle(switch_core_session
break;
}
if (switch_core_session_dequeue_private_event(session, &event) == SWITCH_STATUS_SUCCESS) {
switch_ivr_parse_event(session, event);
switch_event_destroy(&event);
}
switch_ivr_parse_all_events(session);
if (args) {
/* dtmf handler function you can hook up to be executed when a digit is dialed during playback
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论