summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorChristian Richter <christian.richter@beronet.com>2006-03-07 11:08:09 +0000
committerChristian Richter <christian.richter@beronet.com>2006-03-07 11:08:09 +0000
commit21735de56d3983efe9feebabe53a8b0eb41299ae (patch)
tree2e29442fcc67d40786b35a4c3d8743711ac24083 /configs
parente3f05acab236a9ac15eb041a82a33dcbec661090 (diff)
added a bit more detailed description for the echotraining parameter, also changed the default from 1 to 2000. The default for the upper_threshold is now 0
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12287 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/misdn.conf.sample14
1 files changed, 9 insertions, 5 deletions
diff --git a/configs/misdn.conf.sample b/configs/misdn.conf.sample
index 55b204904..841823035 100644
--- a/configs/misdn.conf.sample
+++ b/configs/misdn.conf.sample
@@ -268,21 +268,25 @@ screen=-1
;
echocancelwhenbridged=no
-; Set this to no to disable echotraining
+
+; Set this to no to disable echotraining. You can enter a number > 10
+; the value is a multiple of 0.125 ms.
;
-; default value: yes
+; default value: no
+; yes = 2000
+; no = 0
;
-echotraining=yes
+echotraining=no
;
-; chan_misdns jitterbuffer, default 1000
+; chan_misdns jitterbuffer, default 4000
;
jitterbuffer=4000
;
; change this threshold to enable dejitter functionality
;
-jitterbuffer_upper_threshold=600
+jitterbuffer_upper_threshold=0
[intern]