aboutsummaryrefslogtreecommitdiffstats
path: root/configs/iax.conf.sample
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-21 00:24:08 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2006-12-21 00:24:08 +0000
commit864a2f76001e0191965d23c4470d0a294aa8d90a (patch)
tree4ae25d59604f55f43737a026393c9499fae85f5e /configs/iax.conf.sample
parent42d5f3c8a410d28bc59653edbf15e154bcb48619 (diff)
As per bug 7978, this version introduces the jittertargetextra option in config files
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@48663 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/iax.conf.sample')
-rw-r--r--configs/iax.conf.sample8
1 files changed, 8 insertions, 0 deletions
diff --git a/configs/iax.conf.sample b/configs/iax.conf.sample
index 6ab33321f..afe25538c 100644
--- a/configs/iax.conf.sample
+++ b/configs/iax.conf.sample
@@ -129,6 +129,13 @@ disallow=lpc10 ; Icky sound quality... Mr. Roboto.
; returning this many interpolations. This prevents interpolating throughout
; a long silence.
;
+;
+; jittertargetextra: number of milliseconds by which the new jitter buffer
+; will pad its size. the default is 40, so without modification, the new
+; jitter buffer will set its size to the jitter value plus 40 milliseconds.
+; increasing this value may help if your network normally has low jitter,
+; but occasionally has spikes.
+;
jitterbuffer=no
forcejitterbuffer=no
@@ -139,6 +146,7 @@ forcejitterbuffer=no
;maxexcessbuffer=80
;minexcessbuffer=10
;jittershrinkrate=1
+;jittertargetextra=40
;trunkfreq=20 ; How frequently to send trunk msgs (in ms)