aboutsummaryrefslogtreecommitdiffstats
path: root/configs/vpb.conf.sample
diff options
context:
space:
mode:
authorvoicetronix <voicetronix@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-11 03:29:08 +0000
committervoicetronix <voicetronix@f38db490-d61c-443f-a65b-d21fe96a405b>2006-09-11 03:29:08 +0000
commite3c07a626bc3d1decac1cb094e55ec473bdedfd8 (patch)
tree39e46830e6033f88e6d1193989b23c55bbef191c /configs/vpb.conf.sample
parentf6d318694e1e1389c864ef0eed500c1f3c4b779d (diff)
Board numbers and channel numbers are now 0 based, since vpb driver
version 3.0 (released December 2005) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@42671 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/vpb.conf.sample')
-rw-r--r--configs/vpb.conf.sample12
1 files changed, 6 insertions, 6 deletions
diff --git a/configs/vpb.conf.sample b/configs/vpb.conf.sample
index d16283802..480deee06 100644
--- a/configs/vpb.conf.sample
+++ b/configs/vpb.conf.sample
@@ -61,28 +61,29 @@ cards = 1
[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 = 4
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