From f3c75c928510a7e1a7a485ee220ce5998c2d708a Mon Sep 17 00:00:00 2001 From: Pekka Pessi Date: Tue, 16 Nov 2010 19:05:23 +0200 Subject: isi/voicecall: release COMING calls with BUSY cause Very early incoming calls were not released with BUSY cause. --- drivers/isimodem/voicecall.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/isimodem') 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; -- cgit v1.2.3