aboutsummaryrefslogtreecommitdiffstats
path: root/configs/vpb.conf.sample
diff options
context:
space:
mode:
authorbkramer <bkramer@f38db490-d61c-443f-a65b-d21fe96a405b>2005-02-21 01:09:51 +0000
committerbkramer <bkramer@f38db490-d61c-443f-a65b-d21fe96a405b>2005-02-21 01:09:51 +0000
commit0ddce5e77366a6a8f554924b7aae61c65c489612 (patch)
tree2ea250ff285eb5180f686e4e9d307a9309cb1d04 /configs/vpb.conf.sample
parent29718857ae006c84d34f6208758ebd179eaa0655 (diff)
/ updated with new config options
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5060 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/vpb.conf.sample')
-rwxr-xr-xconfigs/vpb.conf.sample6
1 files changed, 5 insertions, 1 deletions
diff --git a/configs/vpb.conf.sample b/configs/vpb.conf.sample
index 207a4ed69..80d349269 100755
--- a/configs/vpb.conf.sample
+++ b/configs/vpb.conf.sample
@@ -5,7 +5,9 @@
; cards = number of cards
; indication = 1 ( To use Asterisk indication tones)
; ecsuppthres = 0|2048|4096 (none,-24db,-18db only for use with OpenLine4)
-; dtmfidd = 3000 (Inter Digit Delay timeout for when collecting DTMF tones for dialling, in ms)
+; dtmfidd = 3000 (Inter Digit Delay timeout for when collecting DTMF tones for dialling from a Station port, in ms)
+; ast-dtmf-det=1 ( To use Asterisk DTMF detection )
+; relaxdtmf=1 ( Used with ast-dtmf-det )
;
; For [interface] section
; board = board_number (1, 2, 3, ...)
@@ -15,6 +17,8 @@
; echocancel = on|off (on by default of v4pci, off by default for others)
; callerid = on|off|v23|bell (on => to collect caller ID if available between 1st/2nd rings using vpb functions)
; (v23|bell => collect caller ID using asterisk functions)
+; Or for use with FXS channels a '"name" <location>' format can be used to set the channels CID
+;
; UseLoopDrop = 0|1 (enables the use of Loop Drop detection, on by default in
; some cases spurious loop-drops can cause unexpected
; hangup detection)