From b2bd8eb06ed5eb2ceaa4ddc871e6cba36685e52c Mon Sep 17 00:00:00 2001 From: kpfleming Date: Tue, 21 Jun 2005 01:20:14 +0000 Subject: control maximum number of interpolation frames generated during silence by jitterbuffer (bug #4295) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5951 f38db490-d61c-443f-a65b-d21fe96a405b --- configs/iax.conf.sample | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'configs/iax.conf.sample') diff --git a/configs/iax.conf.sample b/configs/iax.conf.sample index f70579cd9..0701dd184 100755 --- a/configs/iax.conf.sample +++ b/configs/iax.conf.sample @@ -110,6 +110,12 @@ disallow=lpc10 ; Icky sound quality... Mr. Roboto. ; 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 @@ jitterbuffer=no forcejitterbuffer=no ;dropcount=2 ;maxjitterbuffer=1000 +;maxjitterinterps=10 ;resyncthreshold=1000 ;maxexcessbuffer=80 ;minexcessbuffer=10 -- cgit v1.2.3