Replaced MNCC by OSMO-CC
This commit is contained in:
16
src/libmobile/cause.h
Normal file
16
src/libmobile/cause.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#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_RESOURCE_UNAVAIL 47
|
||||
#define CAUSE_INVALCALLREF 81
|
||||
|
||||
#define LOCATION_USER 0
|
||||
#define LOCATION_PRIVATE_LOCAL 1
|
||||
|
||||
const char *cause_name(int cause);
|
||||
|
||||
|
Reference in New Issue
Block a user