Let's also include aclocal.m4
[asterisk-bristuff.git] / configs / vpb.conf.sample
blob4a9b0b36ad7083abe343db8e3922e4cdf11619b7
2 ; V6PCI/V12PCI config file for VoiceTronix Hardware
4 ; Options for [general] section
6 ; type = v12pci|v6pci|v4pci
7 ; cards = number of cards
8 ;    To use Asterisk indication tones
9 ; indication = 1
10 ;    none,-24db,-18db only for use with OpenLine4
11 ; ecsuppthres = 0|2048|4096
12 ;    Inter Digit Delay timeout for when collecting DTMF tones for dialling
13 ;    from a Station port, in ms
14 ; dtmfidd = 3000
15 ;    To use Asterisk DTMF detection
16 ; ast-dtmf-det=1
17 ;    Used with ast-dtmf-det
18 ; relaxdtmf=1
19 ;    When a native bridge occurs between 2 vpb channels, it will only break
20 ;    the connection for '#' and '*'
21 ; break-for-dtmf=no
22 ;    Set the maximum period between received rings, default 4000ms
23 ; timer_period_ring=4000
25 ; Options for [interface] section
26 ; board = board_number (1, 2, 3, ...)
27 ; channel = channel_number (1,2,3...)
28 ; mode = fxo|immediate|dialtone -- for type of line and line handling
29 ; context = starting context
30 ; echocancel = on|off (on by default of v4pci, off by default for others)
31 ; callerid = on|off|v23|bell (on => to collect caller ID if available between 1st/2nd rings using vpb functions)
32 ;                            (v23|bell => collect caller ID using asterisk functions)
33 ;            Or for use with FXS channels a '"name" <location>' format can be used to set the channels CID
35 ; UseLoopDrop = 0|1 (enables the use of Loop Drop detection, on by default in
36 ;                    some cases spurious loop-drops can cause unexpected 
37 ;                    hangup detection)
38
39 ; Gain settings
40 ; txgain  => Transmit Software Gain (-12 => 12)
41 ; rxgain  => Receive Software Gain (-12 => 12)
42 ; txhwgain => Transmit hardware gain (-12 => 12)
43 ; rxhwgain => Receive Hardware gain (-12 => 12)
45 ; These are advanced settings and only mentioned for completeness.
46 ; bal1  => Hybrid balance codec register 1
47 ; bal2  => Hybrid balance codec register 2
48 ; bal3  => Hybrid balance codec register 3
50 ; Dial translations - if you want a pause or hook-flash in your dial string
51 ; you can use "w" for pause (wait) or "f" for "hook-flash", eg:
52 ; exten => _9XXX,1,Dial(vpb/g1/ww${EXTEN:${TRUNKMSD}})
56 [general]
57 type = v12pci
58 ;type = v6pci
59 ;type = v4pci
60 cards = 1
62 [interfaces]
64 board = 0
65 echocancel = on
68 ; For OpenLine4 cards
69 ;context = demo
70 ;mode = fxo
71 ;channel = 0
72 ;channel = 1
73 ;channel = 2
74 ;channel = 3
76 ; For OpenSwith12 with jumpers at factory default
77 context = demo
78 mode = fxo
79 channel = 8
80 channel = 9
81 channel = 10
82 channel = 11
84 context = local
85 mode = dialtone
86 channel = 0
87 channel = 1
88 channel = 2
89 channel = 3
90 channel = 4
91 channel = 5
92 channel = 6
93 channel = 7
95 ; For OpenSwitch6
96 ; Note that V6PCI channel numbers start at 7!
97 ;context = demo
98 ;mode = fxo
99 ;channel = 6
100 ;channel = 7
102 ;mode = dialtone
103 ;channel = 8
104 ;channel = 9
105 ;channel = 10
106 ;channel = 11