summaryrefslogtreecommitdiff
path: root/channels/iax2.h
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-10-01 22:59:06 +0000
committerMark Spencer <markster@digium.com>2003-10-01 22:59:06 +0000
commit3b49a87972b07b800f88e9a8fbe6f66ed18205cd (patch)
treeb54d06c4a2a8217cb171edef2bed5931122b50cf /channels/iax2.h
parentb016beaeb1f48816c0d0280919b378c61dc05239 (diff)
Update IAX2 parser for sending caller info
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1599 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels/iax2.h')
-rwxr-xr-xchannels/iax2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/channels/iax2.h b/channels/iax2.h
index 36b127bf1..c9cf280ca 100755
--- a/channels/iax2.h
+++ b/channels/iax2.h
@@ -103,6 +103,7 @@
#define IAX_IE_RDNIS 28 /* Referring DNIS -- string */
#define IAX_IE_PROVISIONING 29 /* Provisioning info */
#define IAX_IE_AESPROVISIONING 30 /* AES Provisioning info */
+#define IAX_IE_DATETIME 31 /* Date/Time */
#define IAX_AUTH_PLAINTEXT (1 << 0)
#define IAX_AUTH_MD5 (1 << 1)