From 862ebf4d008ed46ba1455b7e2395a634a4dc172d Mon Sep 17 00:00:00 2001 From: David Vossel Date: Tue, 2 Mar 2010 19:08:38 +0000 Subject: fixes adaptive jitterbuffer configuration When configuring the adaptive jitterbuffer, the target_extra value not only could not be set from the configuration, but was not even being set to its proper default. This value is required in order for the adaptive jitterbuffer to work correctly. To resolve this a config option has been added to expose this value to the conf files, and a default value is provided when no config specific value is present. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@249893 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/mgcp.conf.sample | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'configs/mgcp.conf.sample') diff --git a/configs/mgcp.conf.sample b/configs/mgcp.conf.sample index c69602d7a..f5e5473d1 100644 --- a/configs/mgcp.conf.sample +++ b/configs/mgcp.conf.sample @@ -40,6 +40,13 @@ matchdigittimeout = 5000 ; defaults 3000 = 3s ; (with size always equals to jbmax-size) and "adaptive" (with ; variable size, actually the new jb of IAX2). Defaults to fixed. +; jbtargetextra = 40 ; This option only affects the jb when 'jbimpl = adaptive' is set. + ; The option represents the 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. + ; jblog = no ; Enables jitterbuffer frame logging. Defaults to "no". ;----------------------------------------------------------------------------------- -- cgit v1.2.3