summaryrefslogtreecommitdiff
path: root/configs/mgcp.conf.sample
diff options
context:
space:
mode:
authorDavid Vossel <dvossel@digium.com>2010-03-02 19:08:38 +0000
committerDavid Vossel <dvossel@digium.com>2010-03-02 19:08:38 +0000
commit862ebf4d008ed46ba1455b7e2395a634a4dc172d (patch)
treebdf4afac836c65698b3da8e315f9eb5d146aa89c /configs/mgcp.conf.sample
parent06041ea28ddf8c6dc20f09e9280e4b64aee42271 (diff)
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
Diffstat (limited to 'configs/mgcp.conf.sample')
-rw-r--r--configs/mgcp.conf.sample7
1 files changed, 7 insertions, 0 deletions
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".
;-----------------------------------------------------------------------------------