aboutsummaryrefslogtreecommitdiffstats
path: root/channels/iax2.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-10-01 22:59:06 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-10-01 22:59:06 +0000
commit05be3214f5316c5949170b6cff5d419875348dba (patch)
treeb54d06c4a2a8217cb171edef2bed5931122b50cf /channels/iax2.h
parentbbb4b9588ee52a41e4ee8aba7ede10449c894aff (diff)
Update IAX2 parser for sending caller info
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1599 f38db490-d61c-443f-a65b-d21fe96a405b
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)