From: Mariah Yang Date: Mon, 14 May 2018 05:54:31 +0000 (+0800) Subject: FS-11110 fix for resume detect on next detect X-Git-Tag: v1.8.2~1^2~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16c39d874ec28c8643108e2a7db2a5a4eab0c33d;p=thirdparty%2Ffreeswitch.git FS-11110 fix for resume detect on next detect --- diff --git a/src/switch_ivr_async.c b/src/switch_ivr_async.c index 2e9cd6e29a..9f1facbaae 100644 --- a/src/switch_ivr_async.c +++ b/src/switch_ivr_async.c @@ -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); }