From e25c4621b448151d4716d61df71902d374d922e0 Mon Sep 17 00:00:00 2001 From: North Antara Date: Thu, 1 Jun 2006 04:35:00 +0000 Subject: Nobody saw this coming, I bet. jitterbuffer! git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31250 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/skinny.conf.sample | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'configs/skinny.conf.sample') 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] -- cgit v1.2.3