summaryrefslogtreecommitdiff
path: root/channels/iax2.h
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-09-01 19:24:23 +0000
committerMark Spencer <markster@digium.com>2003-09-01 19:24:23 +0000
commitf12366ffc7e4b8bbd6ad8923ce055f788e6ce907 (patch)
treed2ffe6e3dd55fcc06816003b80e6a61e21d03091 /channels/iax2.h
parent6d3f2dbae302e86a7fc8131451caa9ac5014ec3f (diff)
Finish provisioning placeholder
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1459 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 0f4977d71..36b127bf1 100755
--- a/channels/iax2.h
+++ b/channels/iax2.h
@@ -102,6 +102,7 @@
#define IAX_IE_TRANSFERID 27 /* Transfer Request Identifier -- int */
#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_AUTH_PLAINTEXT (1 << 0)
#define IAX_AUTH_MD5 (1 << 1)