[Asterisk-cvs] asterisk/configs vpb.conf.sample,1.1,1.2

bkramer at lists.digium.com bkramer at lists.digium.com
Fri Apr 2 00:26:13 CST 2004


Update of /usr/cvsroot/asterisk/configs
In directory mongoose.digium.com:/tmp/cvs-serv19240

Modified Files:
	vpb.conf.sample 
Log Message:
/ added more samples to the config file, now has samples for all boards


Index: vpb.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/vpb.conf.sample,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- vpb.conf.sample	15 Apr 2003 14:39:06 -0000	1.1
+++ vpb.conf.sample	2 Apr 2004 05:25:21 -0000	1.2
@@ -5,20 +5,53 @@
 ; mode = fxo|immediate|dialtone -- for type of line and line handling
 ; context = starting context
 ; 
+[general]
+type = v12pci
+;type = v6pci
+;type = v4pci
+cards = 1
 
 [interfaces]
 
-echocancel = on
 board = 1
+echocancel = on
 
-context = vpbtest
 
-; Note that V6PCI channel numbers start at 7!
+; For OpenLine4 cards
+;context = demo
+;mode = fxo
+;channel = 1
+;channel = 2
+;channel = 3
+;channel = 4
+
+; For OpenSwith12 with jumpers at factory default
+context = demo
 mode = fxo
+channel = 9
+channel = 10
+channel = 11
+channel = 12
+
+context = local
+mode = dialtone
+channel = 1
+channel = 2
+channel = 3
+channel = 4
+channel = 5
+channel = 6
+channel = 7
+channel = 8
+;
+; For OpenSwitch6
+; Note that V6PCI channel numbers start at 7!
+;context = demo
+;mode = fxo
 ;channel = 7
 ;channel = 8
 
-mode = dialtone
+;mode = dialtone
 ;channel = 9
 ;channel = 10
 ;channel = 11




More information about the svn-commits mailing list