[svn-commits] dbailey: trunk r224144 - /trunk/configs/chan_dahdi.conf.sample

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Oct 15 09:37:39 CDT 2009


Author: dbailey
Date: Thu Oct 15 09:37:20 2009
New Revision: 224144

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=224144
Log:
chan_dahdi.conf.sample changes for DTMF CID detect 

Explains new options for detecting DTMF CID on fxo lines

(issue #9096)
Reported by: fleed
Patches:
      chan_dahid_sample_config.patch uploaded by sum (license 766)


Modified:
    trunk/configs/chan_dahdi.conf.sample

Modified: trunk/configs/chan_dahdi.conf.sample
URL: http://svnview.digium.com/svn/asterisk/trunk/configs/chan_dahdi.conf.sample?view=diff&rev=224144&r1=224143&r2=224144
==============================================================================
--- trunk/configs/chan_dahdi.conf.sample (original)
+++ trunk/configs/chan_dahdi.conf.sample Thu Oct 15 09:37:20 2009
@@ -373,8 +373,19 @@
 ;     polarity_IN = polarity reversal signals the start, for India,
 ;                   for dtmf dialtone detection; using DTMF.
 ;                   (see doc/India-CID.txt)
+;     dtmf        = causes monitor loop to look for dtmf energy on the
+;                   incoming channel to initate cid acquisition
 ;
 ;cidstart=polarity
+;
+; When cidstart=dtmf, the energy level on the line used to trigger dtmf cid
+; acquisition. This number is compared to the average over a packet of audio
+; of the absolute values of 16 bit signed linear samples. The default is set
+; to 256. The choice of 256 is arbitrary. The value you should select should
+; be high enough to prevent false detections while low enough to insure that
+; no dtmf spills are missed.
+;
+;dtmfcidlevel=256
 ;
 ; Whether or not to hide outgoing caller ID (Override with *67 or *82)
 ; (If your dialplan doesn't catch it)




More information about the svn-commits mailing list