aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
Diffstat (limited to 'configs')
-rw-r--r--configs/dect.conf.sample36
1 files changed, 36 insertions, 0 deletions
diff --git a/configs/dect.conf.sample b/configs/dect.conf.sample
new file mode 100644
index 000000000..530b47fb8
--- /dev/null
+++ b/configs/dect.conf.sample
@@ -0,0 +1,36 @@
+[general]
+cluster = cluster0
+
+context = default
+language = de
+
+; Registration context for dynamic registrations
+regcontext = dect_register
+regexten_base = 600
+
+pin = 1234 ; PIN code for access rights requests/key allocation
+locate_duration = 60 ; duration location registration stays valid, in seconds, will be
+ ; rounded up to a unit of 16 or 256 multiframes
+
+;------------------------------ JITTER BUFFER CONFIGURATION --------------------------
+; jbenable = yes ; Enables the use of a jitterbuffer on the receiving side of an
+ ; DECT 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 DECT channel can't accept jitter,
+ ; thus an enabled jitterbuffer on the receive DECT side will always
+ ; be used if the sending side can create jitter.
+
+; 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 DECT
+ ; channel. Two implementations are currently available - "fixed"
+ ; (with size always equals to jbmax-size) and "adaptive" (with
+ ; variable size, actually the new jb of IAX2). Defaults to fixed.
+
+; jblog = no ; Enables jitterbuffer frame logging. Defaults to "no".
+;-----------------------------------------------------------------------------------