123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- ; V6PCI/V12PCI config file for VoiceTronix Hardware
- ; Options
- ; For [general] section
- ; type = v12pci|v6pci|v4pci
- ; cards = number of cards
- ; For [interface] section
- ; board = board_number (1, 2, 3, ...)
- ; channel = channel_number (1,2,3...)
- ; mode = fxo|immediate|dialtone -- for type of line and line handling
- ; context = starting context
- ; echocancel = on|off (on by default of v4pci, off by default for others)
- ; callerid = on|off (to collect caller ID if available between 1st/2nd rings)
- ; UseLoopDrop = 0|1 (enables the use of Loop Drop detection, on by default in
- ; some cases spurious loop-drops can cause unexpected
- ; hangup detection)
- ;
- ; Gain settings
- ; txgain => Transmit Software Gain (-12 => 12)
- ; rxgain => Receive Software Gain (-12 => 12)
- ; txhwgain => Transmit hardware gain (-12 => 12)
- ; rxhwgain => Receive Hardware gain (-12 => 12)
- ;
- ; These are advanced settings and only mentioned for fullnes.
- ; bal1 => Hybrid balance codec register 1
- ; bal2 => Hybrid balance codec register 2
- ; bal3 => Hybrid balance codec register 3
- ;
- ; Dial translations - if you want a pause or hook-flash in your dial string
- ; you can use "w" for pause (wait) or "f" for "hook-flash", eg:
- ; exten => _9XXX,1,Dial(vpb/g1/ww${EXTEN:${TRUNKMSD}})
- ;
- ;
- [general]
- type = v12pci
- ;type = v6pci
- ;type = v4pci
- cards = 1
- [interfaces]
- board = 1
- echocancel = on
- ; For OpenLine4 cards
- ;context = demo
- ;mode = fxo
- ;channel = 1
- ;channel = 2
- ;channel = 3
- ;channel = 4
- ; For OpenSwith12 with jumpers at factory default
- context = demo
- mode = fxo
- channel = 9
- channel = 10
- channel = 11
- channel = 12
- context = local
- mode = dialtone
- channel = 1
- channel = 2
- channel = 3
- channel = 4
- channel = 5
- channel = 6
- channel = 7
- channel = 8
- ;
- ; For OpenSwitch6
- ; Note that V6PCI channel numbers start at 7!
- ;context = demo
- ;mode = fxo
- ;channel = 7
- ;channel = 8
- ;mode = dialtone
- ;channel = 9
- ;channel = 10
- ;channel = 11
- ;channel = 12
|