summaryrefslogtreecommitdiffstats
path: root/drivers/isimodem
diff options
context:
space:
mode:
authorArun Ravindran <ext-arun.1.ravindran@nokia.com>2011-04-05 15:02:59 +0300
committerAki Niemi <aki.niemi@nokia.com>2011-04-07 11:01:29 +0300
commitb8b03a2da68e461a039553d954ce99b3601b7b8d (patch)
treedadbbe3753af63b247347ad955483a40da1ed4a7 /drivers/isimodem
parentc2b3d3956689ffcd6893bbbf9c247776ef9685b0 (diff)
downloadofono-b8b03a2da68e461a039553d954ce99b3601b7b8d.tar.bz2
isimodem: Fix hangup for hold initiated calls
Diffstat (limited to 'drivers/isimodem')
-rw-r--r--drivers/isimodem/voicecall.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/isimodem/voicecall.c b/drivers/isimodem/voicecall.c
index 05f7c094..2cbd0460 100644
--- a/drivers/isimodem/voicecall.c
+++ b/drivers/isimodem/voicecall.c
@@ -1496,6 +1496,7 @@ static void isi_hangup_current(struct ofono_voicecall *ovc,
case CALL_STATUS_COMING:
case CALL_STATUS_MO_ALERTING:
case CALL_STATUS_ANSWERED:
+ case CALL_STATUS_HOLD_INITIATED:
goto release_by_id;
case CALL_STATUS_MT_ALERTING:
cause = CALL_CAUSE_BUSY_USER_REQUEST;