aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-21 01:20:14 +0000
committerkpfleming <kpfleming@f38db490-d61c-443f-a65b-d21fe96a405b>2005-06-21 01:20:14 +0000
commitb2bd8eb06ed5eb2ceaa4ddc871e6cba36685e52c (patch)
treea0a81d5f0c11657fd9408066419f7dd192bed7ee /configs
parent2d0f688cafaebbbc21901710ab13edcf292c4d61 (diff)
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
Diffstat (limited to 'configs')
-rwxr-xr-xconfigs/iax.conf.sample7
1 files changed, 7 insertions, 0 deletions
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