Make HANGUPCAUSE accessible

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1669 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2003-10-25 18:00:00 +00:00
parent a40f00bee9
commit bc7b8ef41e
3 changed files with 11 additions and 1 deletions

View File

@@ -16,5 +16,6 @@
#define AST_CAUSE_NORMAL 1
#define AST_CAUSE_BUSY 2
#define AST_CAUSE_FAILURE 3
#define AST_CAUSE_CONGESTION 4
#define AST_CAUSE_UNALLOCATED 5