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