[Asterisk-code-review] codecs.conf.sample: Fix max bandwidth speling error (asterisk[14])
Sean Bright
asteriskteam at digium.com
Sun Jun 11 12:07:58 CDT 2017
Sean Bright has uploaded a new change for review. ( https://gerrit.asterisk.org/5795 )
Change subject: codecs.conf.sample: Fix max_bandwidth speling error
......................................................................
codecs.conf.sample: Fix max_bandwidth speling error
Reported by Sylvain Boily via asterisk-dev mailing list.
Change-Id: Idc7623f335aea3e144dd369ba383b9a757480a9d
---
M configs/samples/codecs.conf.sample
1 file changed, 3 insertions(+), 3 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/95/5795/1
diff --git a/configs/samples/codecs.conf.sample b/configs/samples/codecs.conf.sample
index 63d0352..eff3da0 100644
--- a/configs/samples/codecs.conf.sample
+++ b/configs/samples/codecs.conf.sample
@@ -162,9 +162,9 @@
;complexity= ; Encoder's computational complexity. Can be any number between 0
; and 10, inclusive. Note, 10 equals the highest complexity.
; (default: 10)
-;max_bandwitdth= ; Encoder's maximum bandwidth allowed. Sets an upper bandwidth
- ; bound on the encoder. Can be any of the following: narrow,
- ; medium, wide, super_wide, full. (default: full)
+;max_bandwidth= ; Encoder's maximum bandwidth allowed. Sets an upper bandwidth
+ ; bound on the encoder. Can be any of the following: narrow,
+ ; medium, wide, super_wide, full. (default: full)
;signal= ; Encoder's signal type. Aids in mode selection on the encoder: Can
; be any of the following: auto, voice, music. (default: auto)
;application= ; Encoder's application type. Can be any of the following: voip,
--
To view, visit https://gerrit.asterisk.org/5795
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Idc7623f335aea3e144dd369ba383b9a757480a9d
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: 14
Gerrit-Owner: Sean Bright <sean.bright at gmail.com>
More information about the asterisk-code-review
mailing list