Add the missing file for the previous commit

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1500 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Martin Pycko
2003-09-12 16:52:14 +00:00
parent 4828759ab8
commit 5a894711eb

9
include/asterisk/causes.h Executable file
View File

@@ -0,0 +1,9 @@
#define AST_CAUSE_NOTDEFINED 0
#define AST_CAUSE_NORMAL 1
#define AST_CAUSE_BUSY 2
#define AST_CAUSE_FAILURE 3
/* Translate the pri's cause number to asterisk's */
int hangup_pri2cause(int cause);