isi/voicecall: release COMING calls with BUSY cause

Very early incoming calls were not released with BUSY cause.
This commit is contained in:
Pekka Pessi 2010-11-16 19:05:23 +02:00 committed by Denis Kenzior
parent 5639c65397
commit f3c75c9285
1 changed files with 1 additions and 0 deletions

View File

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