diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2012-07-06 13:25:21 +0200 |
---|---|---|
committer | Paul Kocialkowski <contact@paulk.fr> | 2012-07-06 13:25:21 +0200 |
commit | 7090d361f77842818b65f014b3731fb1445362d9 (patch) | |
tree | 28bc6b1056baffa425dbe47c70e39727ad96ab10 /include | |
parent | 1777a0ad0303e095b6e576bd2d9431d02226a191 (diff) | |
download | external_libsamsung-ipc-7090d361f77842818b65f014b3731fb1445362d9.zip external_libsamsung-ipc-7090d361f77842818b65f014b3731fb1445362d9.tar.gz external_libsamsung-ipc-7090d361f77842818b65f014b3731fb1445362d9.tar.bz2 |
Call: Added a few call end causes
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'include')
-rw-r--r-- | include/call.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 |