initial git import
This commit is contained in:
12
src/common/cause.h
Normal file
12
src/common/cause.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#define CAUSE_NORMAL 16
|
||||
#define CAUSE_BUSY 17
|
||||
#define CAUSE_NOANSWER 19
|
||||
#define CAUSE_OUTOFORDER 27
|
||||
#define CAUSE_INVALNUMBER 28
|
||||
#define CAUSE_NOCHANNEL 34
|
||||
#define CAUSE_TEMPFAIL 41
|
||||
#define CAUSE_INVALCALLREF 81
|
||||
|
||||
const char *cause_name(int cause);
|
||||
|
||||
|
Reference in New Issue
Block a user