From 3a10c38abd42c4c3f5b481982ed4394dce0ecaf8 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Thu, 5 Feb 2009 17:05:15 -0800 Subject: Add missing translation for CSD_CALL_STATUS_WAITING --- audio/telephony-maemo.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'audio/telephony-maemo.c') 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) -- cgit