aboutsummaryrefslogtreecommitdiffstats
path: root/configs/unistim.conf.sample
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-06 14:11:34 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-06 14:11:34 +0000
commit73fdba4c4df4c2daadf1d1b041b5b8db8a4beccb (patch)
tree1c5a907fe31a0e14d27f216ca6c9985dad536401 /configs/unistim.conf.sample
parentf36c90c199831bf4240be5fffe13ed53df311cb6 (diff)
Add jitterbuffer support to chan_unistim.
(closes issue #11168) Reported by: IgorG Patches: unistimjb-88863-1.patch uploaded by IgorG (license 20) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@88935 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/unistim.conf.sample')
-rw-r--r--configs/unistim.conf.sample26
1 files changed, 26 insertions, 0 deletions
diff --git a/configs/unistim.conf.sample b/configs/unistim.conf.sample
index 91dab9e81..4a6c61abc 100644
--- a/configs/unistim.conf.sample
+++ b/configs/unistim.conf.sample
@@ -8,6 +8,32 @@ port=5000 ; UDP port
;public_ip= ; if asterisk is behind a nat, specify your public IP
;autoprovisioning=no ; Allow undeclared phones to register an extension. See README for important
; informations. no (default), yes, tn.
+;------------------------------ JITTER BUFFER CONFIGURATION --------------------------
+; jbenable = yes ; Enables the use of a jitterbuffer on the receiving side of a
+ ; SIP 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 SIP channel can accept jitter,
+ ; thus a jitterbuffer on the receive SIP 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 SIP
+ ; 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, usually sent from exotic devices
+ ; and programs. Defaults to 1000.
+
+; jbimpl = fixed ; Jitterbuffer implementation, used on the receiving side of a SIP
+ ; channel. Two implementations are currently available - "fixed"
+ ; (with size always equals to jbmaxsize) and "adaptive" (with
+ ; variable size, actually the new jb of IAX2). Defaults to fixed.
+
+; jblog = no ; Enables jitterbuffer frame logging. Defaults to "no".
+;-----------------------------------------------------------------------------------
+
;[black] ; name of the device
;device=000ae4012345 ; mac address of the phone