Allow ATA to be used for calls in WAITING state too
diff --git a/audio/telephony-maemo.c b/audio/telephony-maemo.c
index 669c7d9..4d134ae 100644
--- a/audio/telephony-maemo.c
+++ b/audio/telephony-maemo.c
@@ -513,6 +513,9 @@
 	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);