summaryrefslogtreecommitdiff
path: root/configs/vpb.conf.sample
diff options
context:
space:
mode:
authorVoicetronix Support <support@voicetronix.com.au>2006-09-11 03:29:08 +0000
committerVoicetronix Support <support@voicetronix.com.au>2006-09-11 03:29:08 +0000
commite02897acd4d7757cabba7bcf02240c57180c6cb5 (patch)
tree39e46830e6033f88e6d1193989b23c55bbef191c /configs/vpb.conf.sample
parent59c861bc5ea2892ac8ef2bde638f441a8d712372 (diff)
Board numbers and channel numbers are now 0 based, since vpb driver
version 3.0 (released December 2005) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@42671 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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