summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2009-01-08 15:37:14 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2009-01-08 15:37:14 +0200
commit7d2e5fd3f017cd2d48a77cd3c47a3005ddb65338 (patch)
tree1f93e5064eea8e08e5f8d3cda36aed573f50ec2d
parent9b0aa29bcf827f24658edec61065e42d24692028 (diff)
Also release waiting calls upon AT+CHLD=0
-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 593fe36b..e32da967 100644
--- a/audio/telephony-maemo.c
+++ b/audio/telephony-maemo.c
@@ -755,6 +755,8 @@ void telephony_call_hold_req(void *telephony_device, const char *cmd)
switch (cmd[0]) {
case '0':
foreach_call_with_status(CSD_CALL_STATUS_HOLD, release_call);
+ foreach_call_with_status(CSD_CALL_STATUS_WAITING,
+ release_call);
break;
case '1':
if (idx) {