X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=cause.h;fp=cause.h;h=809142e53ecd75fd9a896fc2fdb6a8b7f48d0929;hp=21d53f1e884c8e78753913b6a6bdb49ae80852be;hb=ef3fc1931a2fa82f482d21fb1296735206463d3a;hpb=2746009aca7e00678ad6f5f64da8b208ab635d60 diff --git a/cause.h b/cause.h index 21d53f1..809142e 100644 --- a/cause.h +++ b/cause.h @@ -26,6 +26,7 @@ #define CAUSE_NOUSER 18 #define CAUSE_NOANSWER 19 #define CAUSE_REJECTED 21 +#define CAUSE_NONSELECTED 26 #define CAUSE_OUTOFORDER 27 #define CAUSE_INVALID 28 #define CAUSE_FACILITYREJECTED 29 @@ -49,3 +50,4 @@ struct isdn_location { extern struct isdn_cause isdn_cause[128]; extern struct isdn_location isdn_location[16]; char *get_isdn_cause(int cause, int location, int type); +void collect_cause(int *multicause, int *multilocation, int newcause, int newlocation);