/ added more samples to the config file, now has samples for all boards
[asterisk/asterisk.git] / configs / vpb.conf.sample
1 ; V6PCI/V12PCI config file for VoiceTronix Hardware
2 ; Options
3 ; board = board_number (1, 2, 3, ...)
4 ; channel = channel_number (1,2,3...)
5 ; mode = fxo|immediate|dialtone -- for type of line and line handling
6 ; context = starting context
7
8 [general]
9 type = v12pci
10 ;type = v6pci
11 ;type = v4pci
12 cards = 1
13
14 [interfaces]
15
16 board = 1
17 echocancel = on
18
19
20 ; For OpenLine4 cards
21 ;context = demo
22 ;mode = fxo
23 ;channel = 1
24 ;channel = 2
25 ;channel = 3
26 ;channel = 4
27
28 ; For OpenSwith12 with jumpers at factory default
29 context = demo
30 mode = fxo
31 channel = 9
32 channel = 10
33 channel = 11
34 channel = 12
35
36 context = local
37 mode = dialtone
38 channel = 1
39 channel = 2
40 channel = 3
41 channel = 4
42 channel = 5
43 channel = 6
44 channel = 7
45 channel = 8
46 ;
47 ; For OpenSwitch6
48 ; Note that V6PCI channel numbers start at 7!
49 ;context = demo
50 ;mode = fxo
51 ;channel = 7
52 ;channel = 8
53
54 ;mode = dialtone
55 ;channel = 9
56 ;channel = 10
57 ;channel = 11
58 ;channel = 12
59
60