From 7090d361f77842818b65f014b3731fb1445362d9 Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Fri, 6 Jul 2012 13:25:21 +0200 Subject: Call: Added a few call end causes Signed-off-by: Paul Kocialkowski --- include/call.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/call.h') diff --git a/include/call.h b/include/call.h index 8536b28..94b9565 100644 --- a/include/call.h +++ b/include/call.h @@ -64,6 +64,10 @@ #define IPC_CALL_LIST_ENTRY_STATE_INCOMING 0x05 #define IPC_CALL_LIST_ENTRY_STATE_WAITING 0x06 +#define IPC_CALL_END_CAUSE_NORMAL 0x05 +#define IPC_CALL_END_CAUSE_REJECTED 0x2F +#define IPC_CALL_END_CAUSE_UNSPECIFIED 0x10 + #define IPC_CALL_TERM_MO 0x01 #define IPC_CALL_TERM_MT 0x02 -- cgit v1.1