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