[asterisk-commits] voicetronix: trunk r42671 - /trunk/configs/vpb.conf.sample

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Sun Sep 10 20:29:09 MST 2006


Author: voicetronix
Date: Sun Sep 10 22:29:08 2006
New Revision: 42671

URL: http://svn.digium.com/view/asterisk?rev=42671&view=rev
Log:
Board numbers and channel numbers are now 0 based, since vpb driver
version 3.0 (released December 2005)

Modified:
    trunk/configs/vpb.conf.sample

Modified: trunk/configs/vpb.conf.sample
URL: http://svn.digium.com/view/asterisk/trunk/configs/vpb.conf.sample?rev=42671&r1=42670&r2=42671&view=diff
==============================================================================
--- trunk/configs/vpb.conf.sample (original)
+++ trunk/configs/vpb.conf.sample Sun Sep 10 22:29:08 2006
@@ -61,28 +61,29 @@
 
 [interfaces]
 
-board = 1
+board = 0
 echocancel = on
 
 
 ; For OpenLine4 cards
 ;context = demo
 ;mode = fxo
+;channel = 0
 ;channel = 1
 ;channel = 2
 ;channel = 3
-;channel = 4
 
 ; For OpenSwith12 with jumpers at factory default
 context = demo
 mode = fxo
+channel = 8
 channel = 9
 channel = 10
 channel = 11
-channel = 12
 
 context = local
 mode = dialtone
+channel = 0
 channel = 1
 channel = 2
 channel = 3
@@ -90,19 +91,18 @@
 channel = 5
 channel = 6
 channel = 7
-channel = 8
 ;
 ; For OpenSwitch6
 ; Note that V6PCI channel numbers start at 7!
 ;context = demo
 ;mode = fxo
+;channel = 6
 ;channel = 7
-;channel = 8
 
 ;mode = dialtone
+;channel = 8
 ;channel = 9
 ;channel = 10
 ;channel = 11
-;channel = 12
 
 



More information about the asterisk-commits mailing list