summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorRichard Mudgett <rmudgett@digium.com>2008-08-07 19:01:03 +0000
committerRichard Mudgett <rmudgett@digium.com>2008-08-07 19:01:03 +0000
commitb92df4dc1eb939677de0db95d6ea6bf49ca59098 (patch)
tree6321bf2d7f117d547633f63526d7766690a03298 /configs
parent68e670554fb8c4471612f1f5b8dc3d06fd33fc66 (diff)
Merged revisions 136241 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r136241 | rmudgett | 2008-08-06 16:18:53 -0500 (Wed, 06 Aug 2008) | 5 lines * The allowed_bearers setting in misdn.conf misspelled one of its options: digital_restricted. * Fixed some other spelling errors and typos. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@136594 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/misdn.conf.sample17
1 files changed, 13 insertions, 4 deletions
diff --git a/configs/misdn.conf.sample b/configs/misdn.conf.sample
index 65bdda3ea..5321743be 100644
--- a/configs/misdn.conf.sample
+++ b/configs/misdn.conf.sample
@@ -192,7 +192,16 @@ far_alerting=no
;
-; here you can define which bearers should be allowed
+; Here you can list which bearer capabilities should be allowed:
+; all - allow any bearer capability
+; speech - allow speech
+; 3_1khz - allow 3.1KHz audio
+; digital_unrestricted - allow unrestricted digital
+; digital_restricted - allow restricted digital
+; video - allow video
+;
+; Example:
+; allowed_bearers=speech,3_1khz
;
allowed_bearers=all
@@ -371,9 +380,9 @@ nodialtone=no
presentation=-1
screen=-1
-; this enables echocancellation, with the given number of taps
-; be aware, move this setting only to outgoing portgroups!
-; A value of zero turns echocancellation off.
+; This enables echo cancellation with the given number of taps.
+; Be aware: Move this setting only to outgoing portgroups!
+; A value of zero turns echo cancellation off.
;
; possible values are: 0,32,64,128,256,yes(=128),no(=0)
;