aboutsummaryrefslogtreecommitdiffstats
path: root/channels/iax2.h
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-12-26 22:33:25 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-12-26 22:33:25 +0000
commit7d6a256893de46f47d0d48110865a802b9db7c7a (patch)
tree496705a79cb2875c4b5a48bb748ff618830f1266 /channels/iax2.h
parentbf1dfb12d5b3f5ec74f36a0f5c592d9e0d0d726a (diff)
Merge Tilghman's cause codes patch (bug #3032)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4558 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 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)