mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
FS-11110 fix for resume detect on next detect
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user