summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorNorth Antara <north@ntbox.com>2006-06-01 04:35:00 +0000
committerNorth Antara <north@ntbox.com>2006-06-01 04:35:00 +0000
commite25c4621b448151d4716d61df71902d374d922e0 (patch)
treedb119e3e66965ab51c166e1697634ddcf4658c77 /configs
parenta8c1284633d0e0b7a165164946af16ff993b10ee (diff)
Nobody saw this coming, I bet.
jitterbuffer! git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31250 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/skinny.conf.sample27
1 files changed, 27 insertions, 0 deletions
diff --git a/configs/skinny.conf.sample b/configs/skinny.conf.sample
index 8a910205a..ab368b1ab 100644
--- a/configs/skinny.conf.sample
+++ b/configs/skinny.conf.sample
@@ -10,6 +10,33 @@ keepAlive=120
;allow=all
;disallow=
+;------------------------------ JITTER BUFFER CONFIGURATION --------------------------
+;jbenable = yes ; Enables the use of a jitterbuffer on the receiving side of a
+ ; skinny channel. Defaults to "no". An enabled jitterbuffer will
+ ; be used only if the sending side can create and the receiving
+ ; side can not accept jitter. The skinny channel can accept
+ ; jitter, thus a jitterbuffer on the receive skinny side will be
+ ; used only if it is forced and enabled.
+
+;jbforce = no ; Forces the use of a jitterbuffer on the receive side of a skinny
+ ; channel. Defaults to "no".
+
+;jbmaxsize = 200 ; Max length of the jitterbuffer in milliseconds.
+
+;jbresyncthreshold = 1000 ; Jump in the frame timestamps over which the jitterbuffer is
+ ; resynchronized. Useful to improve the quality of the voice, with
+ ; big jumps in/broken timestamps, usualy sent from exotic devices
+ ; and programs. Defaults to 1000.
+
+;jbimpl = fixed ; Jitterbuffer implementation, used on the receiving side of a
+ ; skinny channel. Two implementation are currently available
+ ; - "fixed" (with size always equals to jbmaxsize)
+ ; - "adaptive" (with variable size, actually the new jb of IAX2).
+ ; Defaults to fixed.
+
+;jblog = no ; Enables jitterbuffer frame logging. Defaults to "no".
+;-----------------------------------------------------------------------------------
+
; Typical config for 12SP+
;[florian]