FS-11110 fix for resume detect on next detect

This commit is contained in:
Mariah Yang
2018-05-14 13:54:31 +08:00
committed by Mike Jerris
parent cc5dd29028
commit 16c39d874e
+1 -1
View File
@@ -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))) {
return SWITCH_STATUS_NOT_INITALIZED;
}
} else {
switch_ivr_resume_detect_speech(session);
}