summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2005-05-19 00:34:28 +0000
committerMark Spencer <markster@digium.com>2005-05-19 00:34:28 +0000
commit9272e1f68a84cd47b2b8b5a481c0a3e8e8534c4b (patch)
tree28da8caf914873bb7d3ecf42261e790984e8f049 /configs
parent334fcaa369044a70eda6b7f6a4434fce45cc396e (diff)
More jitter buffer fixes for large resync (bug #4311)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5719 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rwxr-xr-xconfigs/iax.conf.sample10
1 files changed, 9 insertions, 1 deletions
diff --git a/configs/iax.conf.sample b/configs/iax.conf.sample
index 09001ea9f..5cf8a5be4 100755
--- a/configs/iax.conf.sample
+++ b/configs/iax.conf.sample
@@ -103,6 +103,13 @@ disallow=lpc10 ; Icky sound quality... Mr. Roboto.
; from rising to silly values in extreme situations; you'll hear
; SOMETHING, even though it will be jittery.
;
+; resyncthreshold: when the jitterbuffer notices a significant change in delay
+; that continues over a few frames, it will resync, assuming that the change in
+; delay was caused by a timestamping mix-up. The threshold for noticing a change
+; in delay is measured as twice the measured jitter plus this resync threshold.
+; Resycning can be disabled by setting this parameter to -1.
+; [This option presently applies only to the new jitterbuffer implementation]
+;
; maxexcessbuffer: If conditions improve after a period of high jitter,
; the jitter buffer can end up bigger than necessary. If it ends up
; more than "maxexcessbuffer" bigger than needed, Asterisk will start
@@ -124,7 +131,8 @@ disallow=lpc10 ; Icky sound quality... Mr. Roboto.
jitterbuffer=no
forcejitterbuffer=no
;dropcount=2
-;maxjitterbuffer=500
+;maxjitterbuffer=1000
+;resyncthreshold=1000
;maxexcessbuffer=80
;minexcessbuffer=10
;jittershrinkrate=1