[Asterisk-cvs] asterisk/configs iax.conf.sample,1.50,1.51

kpfleming at lists.digium.com kpfleming at lists.digium.com
Mon Jun 20 21:19:22 CDT 2005


Update of /usr/cvsroot/asterisk/configs
In directory mongoose.digium.com:/tmp/cvs-serv2508/configs

Modified Files:
	iax.conf.sample 
Log Message:
control maximum number of interpolation frames generated during silence by jitterbuffer (bug #4295)


Index: iax.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/iax.conf.sample,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- iax.conf.sample	9 Jun 2005 21:11:30 -0000	1.50
+++ iax.conf.sample	21 Jun 2005 01:20:14 -0000	1.51
@@ -110,6 +110,12 @@
 ; Resycning can be disabled by setting this parameter to -1.
 ; [This option presently applies only to the new jitterbuffer implementation]
 ;
+; maxjitterinterps: the maximum number of interpolation frames the jitterbuffer should
+; return in a row. Since some clients do not send CNG/DTX frames to indicate
+; silence, the jitterbuffer will assume silence has begun after returning this
+; many interpolations. This prevents interpolating throughout a long silence.
+; [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
@@ -132,6 +138,7 @@
 forcejitterbuffer=no
 ;dropcount=2
 ;maxjitterbuffer=1000
+;maxjitterinterps=10
 ;resyncthreshold=1000
 ;maxexcessbuffer=80
 ;minexcessbuffer=10




More information about the svn-commits mailing list