summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--audio/telephony-maemo.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/telephony-maemo.c b/audio/telephony-maemo.c
index 43cc4a26..be903c15 100644
--- a/audio/telephony-maemo.c
+++ b/audio/telephony-maemo.c
@@ -639,6 +639,8 @@ static int csd_status_to_hfp(struct csd_call *call)
return -1;
case CSD_CALL_STATUS_CREATE:
return CALL_STATUS_DIALING;
+ case CSD_CALL_STATUS_WAITING:
+ return CALL_STATUS_WAITING;
case CSD_CALL_STATUS_PROCEEDING:
/* PROCEEDING can happen in outgoing/incoming */
if (call->originating)