summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSteve Murphy <murf@digium.com>2007-06-19 17:07:28 +0000
committerSteve Murphy <murf@digium.com>2007-06-19 17:07:28 +0000
commitc6ed12405f03e908af622eab1c1b5df125477ee4 (patch)
tree8f54de15d6593c52e3d3bca61e9ab8e88df7f612 /include
parentafe63aec3378c52bcbd5cde851c61ef9f3abcd8c (diff)
These changes were submitted via bug 6683, to allow CID detection in India, with carriers that do Polarity/DTMF CID signalling.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@70001 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/callerid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asterisk/callerid.h b/include/asterisk/callerid.h
index bf4030e15..efc8e874a 100644
--- a/include/asterisk/callerid.h
+++ b/include/asterisk/callerid.h
@@ -58,6 +58,7 @@
#define CID_START_RING 1
#define CID_START_POLARITY 2
+#define CID_START_POLARITY_IN 3
#define AST_LIN2X(a) ((codec == AST_FORMAT_ALAW) ? (AST_LIN2A(a)) : (AST_LIN2MU(a)))