summaryrefslogtreecommitdiff
path: root/channels/iax2.h
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-05-25 04:34:43 +0000
committerMark Spencer <markster@digium.com>2004-05-25 04:34:43 +0000
commit9dbb2ef08cf0d3483b6145c7b8b8cc599c972cf5 (patch)
tree87dffa5de36d2fd548098e6f4e4a0ef28394d894 /channels/iax2.h
parent0e1e513d5aba801cccee02614d40bdc51e5b372a (diff)
Enable understanding of service identifier and provisioning version
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3065 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 8997a7107..afc4424e8 100755
--- a/channels/iax2.h
+++ b/channels/iax2.h
@@ -111,6 +111,7 @@
#define IAX_IE_FIRMWAREVER 34 /* Firmware revision -- u16 */
#define IAX_IE_FWBLOCKDESC 35 /* Firmware block description -- u32 */
#define IAX_IE_FWBLOCKDATA 36 /* Firmware block of data -- raw */
+#define IAX_IE_PROVVER 37 /* Provisioning Version (u32) */
#define IAX_AUTH_PLAINTEXT (1 << 0)
#define IAX_AUTH_MD5 (1 << 1)