summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2013-09-11 18:03:30 +0000
committerRussell Bryant <russell@russellbryant.com>2013-09-11 18:03:30 +0000
commit9b3e0b095e3e65e8d7fa8209fe78fd737a4239c6 (patch)
tree071adbde68f763f77e0fb5d71d28148cdb7dc722 /configs
parent4d35941891c37e7850a2ba8fc8fbf76624172cc0 (diff)
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 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@398822 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/confbridge.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/confbridge.conf.sample b/configs/confbridge.conf.sample
index 0a40ea2fc..08a2dd305 100644
--- a/configs/confbridge.conf.sample
+++ b/configs/confbridge.conf.sample
@@ -109,7 +109,7 @@ type=user
;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