From e5cc17d4a1047c87aab213c171c18f98f1c4d5e2 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 21 Oct 2008 16:32:53 +0300 Subject: Also check for proceeding state when looking for incoming calls --- audio/telephony-maemo.c | 3 +++ 1 file changed, 3 insertions(+) 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 @@ -251,6 +251,9 @@ void telephony_answer_call_req(void *telephony_device) if (!call) 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); -- cgit