62ffe974489bc88ebb6b7adc48d98640c2420ed3
[asterisk/asterisk.git] / configs / vpb.conf.sample
1 ; V6PCI/V12PCI config file for VoiceTronix Hardware
2 ; Options
3 ; For [general] section
4 ; type = v12pci|v6pci|v4pci
5 ; cards = number of cards
6 ; For [interface] section
7 ; board = board_number (1, 2, 3, ...)
8 ; channel = channel_number (1,2,3...)
9 ; mode = fxo|immediate|dialtone -- for type of line and line handling
10 ; context = starting context
11 ; echocancel = on|off (on by default of v4pci, off by default for others)
12 ; callerid = on|off (to collect caller ID if available between 1st/2nd rings)
13 ; UseLoopDrop = 0|1 (enables the use of Loop Drop detection, on by default in
14 ;                    some cases spurious loop-drops can cause unexpected 
15 ;                    hangup detection)
16
17 ; Gain settings
18 ; txgain  => Transmit Software Gain (-12 => 12)
19 ; rxgain  => Receive Software Gain (-12 => 12)
20 ; txhwgain => Transmit hardware gain (-12 => 12)
21 ; rxhwgain => Receive Hardware gain (-12 => 12)
22 ;
23 ; These are advanced settings and only mentioned for fullnes.
24 ; bal1  => Hybrid balance codec register 1
25 ; bal2  => Hybrid balance codec register 2
26 ; bal3  => Hybrid balance codec register 3
27 ;
28 ; Dial translations - if you want a pause or hook-flash in your dial string
29 ; you can use "w" for pause (wait) or "f" for "hook-flash", eg:
30 ; exten => _9XXX,1,Dial(vpb/g1/ww${EXTEN:${TRUNKMSD}})
31 ;
32 ;
33
34 [general]
35 type = v12pci
36 ;type = v6pci
37 ;type = v4pci
38 cards = 1
39
40 [interfaces]
41
42 board = 1
43 echocancel = on
44
45
46 ; For OpenLine4 cards
47 ;context = demo
48 ;mode = fxo
49 ;channel = 1
50 ;channel = 2
51 ;channel = 3
52 ;channel = 4
53
54 ; For OpenSwith12 with jumpers at factory default
55 context = demo
56 mode = fxo
57 channel = 9
58 channel = 10
59 channel = 11
60 channel = 12
61
62 context = local
63 mode = dialtone
64 channel = 1
65 channel = 2
66 channel = 3
67 channel = 4
68 channel = 5
69 channel = 6
70 channel = 7
71 channel = 8
72 ;
73 ; For OpenSwitch6
74 ; Note that V6PCI channel numbers start at 7!
75 ;context = demo
76 ;mode = fxo
77 ;channel = 7
78 ;channel = 8
79
80 ;mode = dialtone
81 ;channel = 9
82 ;channel = 10
83 ;channel = 11
84 ;channel = 12
85
86