From: Anthony Minessale Date: Thu, 10 May 2012 14:48:42 +0000 (-0500) Subject: send silence on smaller sleeps X-Git-Tag: v1.2.0~455 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68021e862f146875f2fb6c45fb2de58b8e8d537d;p=thirdparty%2Ffreeswitch.git send silence on smaller sleeps --- diff --git a/src/switch_ivr.c b/src/switch_ivr.c index 325a8083a2..e4fc807596 100644 --- a/src/switch_ivr.c +++ b/src/switch_ivr.c @@ -170,7 +170,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_sleep(switch_core_session_t *session, SWITCH_IVR_VERIFY_SILENCE_DIVISOR(sval); } - if (ms > 100 && sval) { + if (ms > 10 && sval) { switch_core_session_get_read_impl(session, &imp); if (switch_core_codec_init(&codec,