vpb.conf.sample 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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. [general]
  34. type = v12pci
  35. ;type = v6pci
  36. ;type = v4pci
  37. cards = 1
  38. [interfaces]
  39. board = 1
  40. echocancel = on
  41. ; For OpenLine4 cards
  42. ;context = demo
  43. ;mode = fxo
  44. ;channel = 1
  45. ;channel = 2
  46. ;channel = 3
  47. ;channel = 4
  48. ; For OpenSwith12 with jumpers at factory default
  49. context = demo
  50. mode = fxo
  51. channel = 9
  52. channel = 10
  53. channel = 11
  54. channel = 12
  55. context = local
  56. mode = dialtone
  57. channel = 1
  58. channel = 2
  59. channel = 3
  60. channel = 4
  61. channel = 5
  62. channel = 6
  63. channel = 7
  64. channel = 8
  65. ;
  66. ; For OpenSwitch6
  67. ; Note that V6PCI channel numbers start at 7!
  68. ;context = demo
  69. ;mode = fxo
  70. ;channel = 7
  71. ;channel = 8
  72. ;mode = dialtone
  73. ;channel = 9
  74. ;channel = 10
  75. ;channel = 11
  76. ;channel = 12