summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2009-02-06 10:12:18 -0800
committerJohan Hedberg <johan.hedberg@nokia.com>2009-02-06 10:12:18 -0800
commit265a35022db9d93602fc5bce42d796911c4f58cd (patch)
tree493ebed97e7daac23c6b1e14f8724a0b1d4ddf74
parente136183fa06312d126c34c90ce725017f2ef8f90 (diff)
Also allow conference for CSD_CALL_STATUS_WAITING
-rw-r--r--audio/telephony-maemo.c4
1 files 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':