diff options
author | Pekka Pessi <Pekka.Pessi@nokia.com> | 2010-11-16 19:05:23 +0200 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-11-22 08:19:38 -0600 |
commit | f3c75c928510a7e1a7a485ee220ce5998c2d708a (patch) | |
tree | 9caa8d1f76544a29bd00739f3cac1b1a30a2470d /drivers/isimodem | |
parent | 5639c653979e324e0b3a195ec3fab07fc2bd3a05 (diff) |
isi/voicecall: release COMING calls with BUSY cause
Very early incoming calls were not released with BUSY cause.
Diffstat (limited to 'drivers/isimodem')
-rw-r--r-- | 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 c3365f61..497a2ce0 100644 --- a/drivers/isimodem/voicecall.c +++ b/drivers/isimodem/voicecall.c @@ -1149,6 +1149,7 @@ static void isi_release_specific(struct ofono_voicecall *ovc, int id, uint8_t cause = CALL_CAUSE_RELEASE_BY_USER; switch (status->status) { + case CALL_STATUS_COMING: case CALL_STATUS_MT_ALERTING: case CALL_STATUS_WAITING: cause = CALL_CAUSE_BUSY_USER_REQUEST; |