From 265a35022db9d93602fc5bce42d796911c4f58cd Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 6 Feb 2009 10:12:18 -0800 Subject: Also allow conference for CSD_CALL_STATUS_WAITING --- audio/telephony-maemo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/audio/telephony-maemo.c b/audio/telephony-maemo.c index be903c15..b2849a8c 100644 --- a/audio/telephony-maemo.c +++ b/audio/telephony-maemo.c @@ -776,8 +776,8 @@ void telephony_call_hold_req(void *telephony_device, const char *cmd) } break; case '3': - call = find_call_with_status(CSD_CALL_STATUS_HOLD); - if (call) + if (find_call_with_status(CSD_CALL_STATUS_HOLD) || + find_call_with_status(CSD_CALL_STATUS_WAITING)) err = create_conference(); break; case '4': -- cgit