aboutsummaryrefslogtreecommitdiffstats
path: root/configs/vpb.conf.sample
diff options
context:
space:
mode:
authorbkramer <bkramer@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-14 04:39:16 +0000
committerbkramer <bkramer@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-14 04:39:16 +0000
commit2e6ecb8e458c2fee965f27d8df2e196220272a02 (patch)
tree121e1f6fbbc400fcddfd84b6d2970236a5b894b5 /configs/vpb.conf.sample
parent24f658a37bef9eb33e86b0f70754dbb28af4921f (diff)
/ fixed up coding style to recommened
/ fixed timer start/restart bug / added disabling off loop-drop detection option / added "w" "f" Dial string translations / clean up of logging messages git-svn-id: http://svn.digium.com/svn/asterisk/trunk@2965 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/vpb.conf.sample')
-rwxr-xr-xconfigs/vpb.conf.sample12
1 files changed, 11 insertions, 1 deletions
diff --git a/configs/vpb.conf.sample b/configs/vpb.conf.sample
index 3c9db8de2..62ffe9744 100755
--- a/configs/vpb.conf.sample
+++ b/configs/vpb.conf.sample
@@ -1,13 +1,18 @@
; 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
-; type = v12pci|v6pci|v4pci
; 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)
@@ -20,6 +25,11 @@
; 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