summaryrefslogtreecommitdiff
path: root/include/asterisk/callerid.h
diff options
context:
space:
mode:
authorMatthew Fredrickson <creslin@digium.com>2006-02-10 21:50:56 +0000
committerMatthew Fredrickson <creslin@digium.com>2006-02-10 21:50:56 +0000
commitaf07dc888306930320cc5c77e5e9233a530eefca (patch)
tree843a4329f47fdc289431a20d6c4d7a860b8271ae /include/asterisk/callerid.h
parentcadfcdfe8ebba81a707eb3aeb8dab5b0d9ba3fbb (diff)
Add smdi support for asterisk (see doc/smdi.txt for config info) (#5945)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9423 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/callerid.h')
-rw-r--r--include/asterisk/callerid.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asterisk/callerid.h b/include/asterisk/callerid.h
index 7daa1a8f9..a2b5ce69e 100644
--- a/include/asterisk/callerid.h
+++ b/include/asterisk/callerid.h
@@ -42,6 +42,9 @@
#define CID_SIG_V23 2
#define CID_SIG_DTMF 3
#define CID_SIG_V23_JP 4
+#ifdef WITH_SMDI
+#define CID_SIG_SMDI 5
+#endif
#define CID_START_RING 1
#define CID_START_POLARITY 2