[Asterisk-cvs] asterisk/configs vpb.conf.sample,1.3,1.4

bkramer at lists.digium.com bkramer at lists.digium.com
Fri May 14 00:28:21 CDT 2004


Update of /usr/cvsroot/asterisk/configs
In directory mongoose.digium.com:/tmp/cvs-serv8227/configs

Modified Files:
	vpb.conf.sample 
Log Message:
/ 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


Index: vpb.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/vpb.conf.sample,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- vpb.conf.sample	2 Apr 2004 06:57:58 -0000	1.3
+++ vpb.conf.sample	14 May 2004 04:39:16 -0000	1.4
@@ -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)
@@ -19,6 +24,11 @@
 ; 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]




More information about the svn-commits mailing list