[asterisk-commits] russell: branch 11 r398820 -	/branches/11/configs/confbridge.conf.sample
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Wed Sep 11 13:01:35 CDT 2013
    
    
  
Author: russell
Date: Wed Sep 11 13:01:33 2013
New Revision: 398820
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=398820
Log:
Fix typo in confbridge.conf.sample
The denoise filter requires func_speex, not codec_speex.  Fix this in the
description of the denoise=yes option in confbridge.conf.
Modified:
    branches/11/configs/confbridge.conf.sample
Modified: branches/11/configs/confbridge.conf.sample
URL: http://svnview.digium.com/svn/asterisk/branches/11/configs/confbridge.conf.sample?view=diff&rev=398820&r1=398819&r2=398820
==============================================================================
--- branches/11/configs/confbridge.conf.sample (original)
+++ branches/11/configs/confbridge.conf.sample Wed Sep 11 13:01:33 2013
@@ -109,7 +109,7 @@
 
 ;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
+             ; func_speex to be built and installed.  Do not confuse this option
              ; with drop_silence.  Denoise is useful if there is a lot of background
              ; noise for a user as it attempts to remove the noise while preserving
              ; the speech.  This option does NOT remove silence from being mixed into
    
    
More information about the asterisk-commits
mailing list