/ updated config file with all available options
[asterisk/asterisk.git] / configs / vpb.conf.sample
1 ; V6PCI/V12PCI config file for VoiceTronix Hardware
2 ; Options
3 ; cards = number of cards
4 ; board = board_number (1, 2, 3, ...)
5 ; channel = channel_number (1,2,3...)
6 ; mode = fxo|immediate|dialtone -- for type of line and line handling
7 ; context = starting context
8 ; type = v12pci|v6pci|v4pci
9 ; echocancel = on|off (on by default of v4pci, off by default for others)
10 ; callerid = on|off (to collect caller ID if available between 1st/2nd rings)
11
12 ; Gain settings
13 ; txgain  => Transmit Software Gain (-12 => 12)
14 ; rxgain  => Receive Software Gain (-12 => 12)
15 ; txhwgain => Transmit hardware gain (-12 => 12)
16 ; rxhwgain => Receive Hardware gain (-12 => 12)
17 ;
18 ; These are advanced settings and only mentioned for fullnes.
19 ; bal1  => Hybrid balance codec register 1
20 ; bal2  => Hybrid balance codec register 2
21 ; bal3  => Hybrid balance codec register 3
22 ;
23
24 [general]
25 type = v12pci
26 ;type = v6pci
27 ;type = v4pci
28 cards = 1
29
30 [interfaces]
31
32 board = 1
33 echocancel = on
34
35
36 ; For OpenLine4 cards
37 ;context = demo
38 ;mode = fxo
39 ;channel = 1
40 ;channel = 2
41 ;channel = 3
42 ;channel = 4
43
44 ; For OpenSwith12 with jumpers at factory default
45 context = demo
46 mode = fxo
47 channel = 9
48 channel = 10
49 channel = 11
50 channel = 12
51
52 context = local
53 mode = dialtone
54 channel = 1
55 channel = 2
56 channel = 3
57 channel = 4
58 channel = 5
59 channel = 6
60 channel = 7
61 channel = 8
62 ;
63 ; For OpenSwitch6
64 ; Note that V6PCI channel numbers start at 7!
65 ;context = demo
66 ;mode = fxo
67 ;channel = 7
68 ;channel = 8
69
70 ;mode = dialtone
71 ;channel = 9
72 ;channel = 10
73 ;channel = 11
74 ;channel = 12
75
76