aboutsummaryrefslogtreecommitdiffstats
path: root/configs/skinny.conf.sample
diff options
context:
space:
mode:
authornorth <north@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-01 04:35:00 +0000
committernorth <north@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-01 04:35:00 +0000
commit69e576e3572b90fd9b9c9f1ff4bcb1ff1ff71f59 (patch)
treedb119e3e66965ab51c166e1697634ddcf4658c77 /configs/skinny.conf.sample
parent4d2dfd4b70a93c582362f1fadc8713aa45cebb98 (diff)
Nobody saw this coming, I bet.
jitterbuffer! git-svn-id: http://svn.digium.com/svn/asterisk/trunk@31250 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/skinny.conf.sample')
-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]