aboutsummaryrefslogtreecommitdiffstats
path: root/configs/misdn.conf.sample
diff options
context:
space:
mode:
authorcrichter <crichter@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-07 11:08:09 +0000
committercrichter <crichter@f38db490-d61c-443f-a65b-d21fe96a405b>2006-03-07 11:08:09 +0000
commitf320a81034bbbe4a0424530a0b58c1d93d85ccbb (patch)
tree2e29442fcc67d40786b35a4c3d8743711ac24083 /configs/misdn.conf.sample
parenta659714fdc9e65f773fbfb636f8677ca37fee832 (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: http://svn.digium.com/svn/asterisk/trunk@12287 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/misdn.conf.sample')
-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]