From 9327720c37ba7a59e24e61ca16f369566358d6d0 Mon Sep 17 00:00:00 2001 From: Steve Murphy Date: Thu, 21 Dec 2006 00:24:08 +0000 Subject: As per bug 7978, this version introduces the jittertargetextra option in config files git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@48663 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/iax.conf.sample | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'configs/iax.conf.sample') diff --git a/configs/iax.conf.sample b/configs/iax.conf.sample index 6ab33321f..afe25538c 100644 --- a/configs/iax.conf.sample +++ b/configs/iax.conf.sample @@ -129,6 +129,13 @@ disallow=lpc10 ; Icky sound quality... Mr. Roboto. ; returning this many interpolations. This prevents interpolating throughout ; a long silence. ; +; +; jittertargetextra: number of milliseconds by which the new jitter buffer +; will pad its size. the default is 40, so without modification, the new +; jitter buffer will set its size to the jitter value plus 40 milliseconds. +; increasing this value may help if your network normally has low jitter, +; but occasionally has spikes. +; jitterbuffer=no forcejitterbuffer=no @@ -139,6 +146,7 @@ forcejitterbuffer=no ;maxexcessbuffer=80 ;minexcessbuffer=10 ;jittershrinkrate=1 +;jittertargetextra=40 ;trunkfreq=20 ; How frequently to send trunk msgs (in ms) -- cgit v1.2.3