From 81f716cac8303af2aaac619fe7bb53eda2361b46 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Thu, 17 Oct 2013 15:12:49 -0400 Subject: [PATCH] Relax silence threshold for ConfBridge After some more testing with the -infra team, it was found these changes seem to provide ths best experience within a ConfBridge. Change-Id: Ibfaa8ede94134e10a699f19913e682e9b042a5ce Signed-off-by: Paul Belanger --- modules/asterisk/files/confbridge.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/asterisk/files/confbridge.conf b/modules/asterisk/files/confbridge.conf index 8e013b0c63..9ef0fa7698 100644 --- a/modules/asterisk/files/confbridge.conf +++ b/modules/asterisk/files/confbridge.conf @@ -75,7 +75,7 @@ dsp_drop_silence=yes ; This option drops what Asterisk detects as silence from ; ; By default this value is 160 ms. Valid values are 1 through 2^31 -;dsp_silence_threshold=2000 ; The time in milliseconds of sound falling within the what +dsp_silence_threshold=1000 ; The time in milliseconds of sound falling within the what ; the dsp has established as baseline silence before a user ; is considered be silent. This value affects several ; operations and should not be changed unless the impact @@ -107,7 +107,7 @@ dsp_drop_silence=yes ; This option drops what Asterisk detects as silence from ; begins and ends talking should be sent out as events over AMI. ; By default this option is off. -;denoise=yes ; Sets whether or not a denoise filter should be applied +denoise=yes ; Sets whether or not a denoise filter should be applied ; to the audio before mixing or not. Off by default. Requires ; codec_speex to be built and installed. Do not confuse this option ; with drop_silence. Denoise is useful if there is a lot of background