aboutsummaryrefslogtreecommitdiffstats
path: root/configs/misdn.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'configs/misdn.conf.sample')
-rw-r--r--configs/misdn.conf.sample7
1 files changed, 7 insertions, 0 deletions
diff --git a/configs/misdn.conf.sample b/configs/misdn.conf.sample
index f4ca486e9..9de874e92 100644
--- a/configs/misdn.conf.sample
+++ b/configs/misdn.conf.sample
@@ -132,6 +132,13 @@ crypt_keys=test,muh
; (with size always equals to jbmaxsize) 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".
;-----------------------------------------------------------------------------------