aboutsummaryrefslogtreecommitdiffstats
path: root/configs/vpb.conf.sample
diff options
context:
space:
mode:
authorbkramer <bkramer@f38db490-d61c-443f-a65b-d21fe96a405b>2004-04-02 05:25:21 +0000
committerbkramer <bkramer@f38db490-d61c-443f-a65b-d21fe96a405b>2004-04-02 05:25:21 +0000
commita06bdd6b3606965c5a4b3248b3231e6e45b29691 (patch)
treebf638dbb33104ee295d2fb614d80b243303dabb6 /configs/vpb.conf.sample
parent5a6b4e23176274652a0462e1e13bfd470da1c439 (diff)
/ added more samples to the config file, now has samples for all boards
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2598 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/vpb.conf.sample')
-rwxr-xr-xconfigs/vpb.conf.sample41
1 files changed, 37 insertions, 4 deletions
diff --git a/configs/vpb.conf.sample b/configs/vpb.conf.sample
index 9772dcb20..0ae629cd8 100755
--- a/configs/vpb.conf.sample
+++ b/configs/vpb.conf.sample
@@ -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