aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorrmudgett <rmudgett@f38db490-d61c-443f-a65b-d21fe96a405b>2008-08-06 21:18:53 +0000
committerrmudgett <rmudgett@f38db490-d61c-443f-a65b-d21fe96a405b>2008-08-06 21:18:53 +0000
commitd76edc5aec1436124861ebac6b9d44f5eb16ddce (patch)
treea2b691510dafac552c1d6e1a511dde437e9e9868 /configs
parent288f94145d85ff07100319122d979778ca742689 (diff)
* The allowed_bearers setting in misdn.conf misspelled one
of its options: digital_restricted. * Fixed some other spelling errors and typos. git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@136241 f38db490-d61c-443f-a65b-d21fe96a405b
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 1b1049d3f..a8e92b271 100644
--- a/configs/misdn.conf.sample
+++ b/configs/misdn.conf.sample
@@ -166,7 +166,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
@@ -345,9 +354,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)
;