aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-09 18:57:21 +0000
committerqwell <qwell@f38db490-d61c-443f-a65b-d21fe96a405b>2007-11-09 18:57:21 +0000
commit5334424684422882d21542ce3971e0c7a4e89e01 (patch)
tree6ebecb8df9f86dccb77defd61b84999585d46af1 /configs
parentd257a152e58c268725735bf227cb1f9b0e2afeac (diff)
Add usbradio.conf.sample from branches/1.4/configs - r84162.
It was mistakenly deleted in 1.4 without ever being merged to trunk. Reported by eliel on #asterisk-dev. git-svn-id: http://svn.digium.com/svn/asterisk/trunk@89132 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/usbradio.conf.sample54
1 files changed, 54 insertions, 0 deletions
diff --git a/configs/usbradio.conf.sample b/configs/usbradio.conf.sample
new file mode 100644
index 000000000..5ba9815ca
--- /dev/null
+++ b/configs/usbradio.conf.sample
@@ -0,0 +1,54 @@
+[general]
+
+; General config options, with default values shown.
+; You should use one section per device, with [general] being used
+; for the device.
+
+; debug = 0x0 ; misc debug flags, default is 0
+
+; Set the device to use for I/O
+; devicenum = 0
+; Set hardware type here
+; hdwtype=0 ; 0=limey, 1=sph
+
+; rxboost=0 ; no rx gain boost
+; rxctcssrelax=1 ; reduce talkoff from radios w/o CTCSS Tx HPF
+; rxctcssfreq=100.0 ; rx ctcss freq in floating point. must be in table
+; txctcssfreq=100.0 ; tx ctcss freq, any frequency permitted
+
+; carrierfrom=dsp ;no,usb,usbinvert,dsp,vox
+; ctcssfrom=dsp ;no,usb,dsp
+
+; rxdemod=flat ; input type from radio: no,speaker,flat
+; txprelim=yes ; output is pre-emphasised and limited
+; txtoctype=no ; no,phase,notone
+
+; txmixa=composite ;no,voice,tone,composite,auxvoice
+; txmixb=no ;no,voice,tone,composite,auxvoice
+
+; invertptt=0
+
+;------------------------------ JITTER BUFFER CONFIGURATION --------------------------
+; jbenable = yes ; Enables the use of a jitterbuffer on the receiving side of an
+ ; USBRADIO 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 USBRADIO channel can't accept jitter,
+ ; thus an enabled jitterbuffer on the receive USBRADIO 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, usualy sent from exotic devices
+ ; and programs. Defaults to 1000.
+
+; jbimpl = fixed ; Jitterbuffer implementation, used on the receiving side of an USBRADIO
+ ; channel. Two implementations are currenlty 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".
+;-----------------------------------------------------------------------------------
+
+