[Asterisk-cvs] asterisk/configs vpb.conf.sample,1.2,1.3
bkramer at lists.digium.com
bkramer at lists.digium.com
Fri Apr 2 01:58:50 CST 2004
Update of /usr/cvsroot/asterisk/configs
In directory mongoose.digium.com:/tmp/cvs-serv19648
Modified Files:
vpb.conf.sample
Log Message:
/ updated config file with all available options
Index: vpb.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/vpb.conf.sample,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- vpb.conf.sample 2 Apr 2004 05:25:21 -0000 1.2
+++ vpb.conf.sample 2 Apr 2004 06:57:58 -0000 1.3
@@ -1,10 +1,26 @@
; V6PCI/V12PCI config file for VoiceTronix Hardware
; Options
+; cards = number of cards
; board = board_number (1, 2, 3, ...)
; channel = channel_number (1,2,3...)
; mode = fxo|immediate|dialtone -- for type of line and line handling
; context = starting context
+; type = v12pci|v6pci|v4pci
+; echocancel = on|off (on by default of v4pci, off by default for others)
+; callerid = on|off (to collect caller ID if available between 1st/2nd rings)
;
+; Gain settings
+; txgain => Transmit Software Gain (-12 => 12)
+; rxgain => Receive Software Gain (-12 => 12)
+; txhwgain => Transmit hardware gain (-12 => 12)
+; rxhwgain => Receive Hardware gain (-12 => 12)
+;
+; These are advanced settings and only mentioned for fullnes.
+; bal1 => Hybrid balance codec register 1
+; bal2 => Hybrid balance codec register 2
+; bal3 => Hybrid balance codec register 3
+;
+
[general]
type = v12pci
;type = v6pci
More information about the svn-commits
mailing list