From 3b49a87972b07b800f88e9a8fbe6f66ed18205cd Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Wed, 1 Oct 2003 22:59:06 +0000 Subject: Update IAX2 parser for sending caller info git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1599 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/iax2.h | 1 + 1 file changed, 1 insertion(+) (limited to 'channels/iax2.h') 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) -- cgit v1.2.3