aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmncc/cause.h
blob: d7781a1459d7409a0da15b794aaff5f9ec07e5a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#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

#define LOCATION_USER		0
#define LOCATION_PRIVATE_LOCAL	1

const char *cause_name(int cause);