From: Arun Ravindran <ext-arun.1.ravindran(a)nokia.com>
---
drivers/isimodem/voicecall.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/isimodem/voicecall.c b/drivers/isimodem/voicecall.c
index 05f7c09..2cbd046 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;
--
1.7.0.4