isimodem: Fix hangup for hold initiated calls

This commit is contained in:
Arun Ravindran 2011-04-05 15:02:59 +03:00 committed by Aki Niemi
parent c2b3d39566
commit b8b03a2da6
1 changed files with 1 additions and 0 deletions

View File

@ -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;