summaryrefslogtreecommitdiff
path: root/channels/iax2.h
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-12-26 22:33:25 +0000
committerMark Spencer <markster@digium.com>2004-12-26 22:33:25 +0000
commit83728dbd79f1569d77cf6daf332470fa317d0396 (patch)
tree496705a79cb2875c4b5a48bb748ff618830f1266 /channels/iax2.h
parent1866e93ff6e06be50d2a41b131f294c322175673 (diff)
Merge Tilghman's cause codes patch (bug #3032)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4558 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 83817442d..f145b45bd 100755
--- a/channels/iax2.h
+++ b/channels/iax2.h
@@ -116,6 +116,7 @@
#define IAX_IE_CALLINGTON 39 /* Calling type of number (u8) */
#define IAX_IE_CALLINGTNS 40 /* Calling transit network select (u16) */
#define IAX_IE_SAMPLINGRATE 41 /* Supported sampling rates (u16) */
+#define IAX_IE_CAUSECODE 42 /* Hangup cause (u8) */
#define IAX_AUTH_PLAINTEXT (1 << 0)
#define IAX_AUTH_MD5 (1 << 1)