summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/modules/processing/call.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/processing/call.c b/src/modules/processing/call.c
index 95b00d8..0b9f409 100644
--- a/src/modules/processing/call.c
+++ b/src/modules/processing/call.c
@@ -154,6 +154,8 @@ static telephony_noti_e convert_call_status(telephony_call_status_e call_status)
return TELEPHONY_NOTI_VOICE_CALL_STATUS_ALERTING;
case TELEPHONY_CALL_STATUS_INCOMING:
return TELEPHONY_NOTI_VOICE_CALL_STATUS_INCOMING;
+ default:
+ return TELEPHONY_NOTI_VOICE_CALL_STATUS_IDLE;
}
}