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 669c7d95..4d134ae6 100644
--- a/audio/telephony-maemo.c
+++ b/audio/telephony-maemo.c
@@ -513,6 +513,9 @@ void telephony_answer_call_req(void *telephony_device)
if (!call)
call = find_call_with_status(CSD_CALL_STATUS_PROCEEDING);
+ if (!call)
+ call = find_call_with_status(CSD_CALL_STATUS_WAITING);
+
if (!call) {
telephony_answer_call_rsp(telephony_device,
CME_ERROR_NOT_ALLOWED);