summaryrefslogtreecommitdiff
path: root/include/asterisk/callerid.h
diff options
context:
space:
mode:
authorDoug Bailey <dbailey@digium.com>2009-09-03 19:40:37 +0000
committerDoug Bailey <dbailey@digium.com>2009-09-03 19:40:37 +0000
commit8430c87faa75061e453e511a2286c0f521807529 (patch)
tree62d0b8b63640906ae24ee935eab37f1171d7e12a /include/asterisk/callerid.h
parent148552de240c2507c1a9732c15615e5a8a93f295 (diff)
Added detection DTMF CID without polarity change alert.
Added detection of DTMF tone energy levels on FXO channels in chan_dahdi monitoring loop so DTMF CID can be detected without the need of a polarity change precursor. (closes issue #9096) Reported by: fleed Patches: 9096-chan_dahdi-trunk.diff uploaded by dbailey (license 819) Tested by: cyberplant, sum, maturs git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@216094 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/callerid.h')
-rw-r--r--include/asterisk/callerid.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/asterisk/callerid.h b/include/asterisk/callerid.h
index b8ff53cc1..717248c12 100644
--- a/include/asterisk/callerid.h
+++ b/include/asterisk/callerid.h
@@ -60,9 +60,10 @@
#define CID_SIG_V23_JP 4
#define CID_SIG_SMDI 5
-#define CID_START_RING 1
-#define CID_START_POLARITY 2
-#define CID_START_POLARITY_IN 3
+#define CID_START_RING 1
+#define CID_START_POLARITY 2
+#define CID_START_POLARITY_IN 3
+#define CID_START_DTMF_NOALERT 4
/* defines dealing with message waiting indication generation */
/*! MWI SDMF format */