summaryrefslogtreecommitdiff
path: root/configs/iax.conf.sample
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2005-06-21 01:20:14 +0000
committerKevin P. Fleming <kpfleming@digium.com>2005-06-21 01:20:14 +0000
commit54e74ff81b730c0f3576f3d80b1a715deee6f6f3 (patch)
treea0a81d5f0c11657fd9408066419f7dd192bed7ee /configs/iax.conf.sample
parent767f019264968e4ba4d46ee7fd08b623e452438e (diff)
control maximum number of interpolation frames generated during silence by jitterbuffer (bug #4295)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5951 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/iax.conf.sample')
-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