summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--audio/telephony-maemo.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/audio/telephony-maemo.c b/audio/telephony-maemo.c
index 6619dcb1..813fd770 100644
--- a/audio/telephony-maemo.c
+++ b/audio/telephony-maemo.c
@@ -252,6 +252,9 @@ void telephony_answer_call_req(void *telephony_device)
call = find_call_with_status(CSD_CALL_STATUS_MT_ALERTING);
if (!call)
+ call = find_call_with_status(CSD_CALL_STATUS_PROCEEDING);
+
+ if (!call)
telephony_answer_call_rsp(telephony_device,
CME_ERROR_NOT_ALLOWED);