[Asterisk-cvs] asterisk/configs iax.conf.sample,1.48,1.49
markster at lists.digium.com
markster at lists.digium.com
Wed May 18 20:29:25 CDT 2005
Update of /usr/cvsroot/asterisk/configs
In directory mongoose.digium.com:/tmp/cvs-serv8749/configs
Modified Files:
iax.conf.sample
Log Message:
More jitter buffer fixes for large resync (bug #4311)
Index: iax.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/iax.conf.sample,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- iax.conf.sample 18 May 2005 21:05:13 -0000 1.48
+++ iax.conf.sample 19 May 2005 00:34:28 -0000 1.49
@@ -103,6 +103,13 @@
; 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 @@
jitterbuffer=no
forcejitterbuffer=no
;dropcount=2
-;maxjitterbuffer=500
+;maxjitterbuffer=1000
+;resyncthreshold=1000
;maxexcessbuffer=80
;minexcessbuffer=10
;jittershrinkrate=1
More information about the svn-commits
mailing list