aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/cause.h
blob: a6333c67a13c0942ed890a755094e9b3ba83512a (plain)
1
2
3
4
5
6
7
8
9
10
11
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);