[asterisk-commits] russell: trunk r398822 - in /trunk: ./ configs/confbridge.conf.sample
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Sep 11 13:03:32 CDT 2013
Author: russell
Date: Wed Sep 11 13:03:30 2013
New Revision: 398822
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=398822
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.
........
Merged revisions 398820 from http://svn.asterisk.org/svn/asterisk/branches/11
........
Merged revisions 398821 from http://svn.asterisk.org/svn/asterisk/branches/12
Modified:
trunk/ (props changed)
trunk/configs/confbridge.conf.sample
Propchange: trunk/
------------------------------------------------------------------------------
--- branch-12-merged (original)
+++ branch-12-merged Wed Sep 11 13:03:30 2013
@@ -1,1 +1,1 @@
-/branches/12:1-398558,398560-398577,398579-398754,398759,398806
+/branches/12:1-398558,398560-398577,398579-398754,398759,398806,398821
Modified: trunk/configs/confbridge.conf.sample
URL: http://svnview.digium.com/svn/asterisk/trunk/configs/confbridge.conf.sample?view=diff&rev=398822&r1=398821&r2=398822
==============================================================================
--- trunk/configs/confbridge.conf.sample (original)
+++ trunk/configs/confbridge.conf.sample Wed Sep 11 13:03:30 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