From fbf146827831ed8e3f8067c852fcfc6cef6bedfe Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 8 Jan 2009 15:57:39 +0200 Subject: Allow ATA to be used for calls in WAITING state too --- audio/telephony-maemo.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'audio') 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); -- cgit