From a06bdd6b3606965c5a4b3248b3231e6e45b29691 Mon Sep 17 00:00:00 2001 From: bkramer Date: Fri, 2 Apr 2004 05:25:21 +0000 Subject: / 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 --- configs/vpb.conf.sample | 41 +++++++++++++++++++++++++++++++++++++---- 1 file changed, 37 insertions(+), 4 deletions(-) (limited to 'configs/vpb.conf.sample') 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 -- cgit v1.2.3