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