提交 16c39d87 authored 作者: Mariah Yang's avatar Mariah Yang 提交者: Mike Jerris

FS-11110 fix for resume detect on next detect

上级 cc5dd290
...@@ -4960,7 +4960,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_detect_speech(switch_core_session_t * ...@@ -4960,7 +4960,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_detect_speech(switch_core_session_t *
if (!(sth = switch_channel_get_private(channel, SWITCH_SPEECH_KEY))) { if (!(sth = switch_channel_get_private(channel, SWITCH_SPEECH_KEY))) {
return SWITCH_STATUS_NOT_INITALIZED; return SWITCH_STATUS_NOT_INITALIZED;
} }
} else {
switch_ivr_resume_detect_speech(session); switch_ivr_resume_detect_speech(session);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论