[Asterisk-cvs] asterisk/configs modem.conf.sample,1.8,1.9

markster at lists.digium.com markster at lists.digium.com
Tue Jun 22 10:31:12 CDT 2004


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

Modified Files:
	modem.conf.sample 
Log Message:
Make DTMF mode configurable on ISDN


Index: modem.conf.sample
===================================================================
RCS file: /usr/cvsroot/asterisk/configs/modem.conf.sample,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- modem.conf.sample	21 Jun 2004 04:29:50 -0000	1.8
+++ modem.conf.sample	22 Jun 2004 14:17:06 -0000	1.9
@@ -69,7 +69,18 @@
 ; number.
 ;outgoingmsn=50780023,50780024
 ;
+
+; Set DTMF-detection/generation mode to:
+;  asterisk: Let Asterisk do inband detection (default)
+;  i4l:      Use the inband detection made by ISDN4Linux
+;  none:     Don't detect inband DTMF
+;  both:     Transmit using both in-band and out of band (generation only)
 ;
+; You may specify either one mode, or the detection/generation mode
+; individually separated by a '/'.
+;
+;dtmfmode=asterisk			; Detect using Asterisk
+;dtmfmode=asterisk/both		; Detect using Asterisk, generate w/ both
 ; two other devices, which are in group '1' and are used when an
 ; outgoing dial used: exten => s,1,Dial,Modem/g1:1234|60|r
 ; (we do not need more outgoing devices, since ISDN2 has only 2 channels.)




More information about the svn-commits mailing list