Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b3f342e2 authored by Suresh Koleti's avatar Suresh Koleti Committed by Gerrit - the friendly Code Review server
Browse files

IMS: Handle FDN call failures

Handle FDN call failure.

Change-Id: I4c36584acf81053fabd44082a7d742812cad05fa
CRs-Fixed: 792389
parent 3beef087
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1114,6 +1114,8 @@ public final class ImsPhoneCallTracker extends CallTracker {
            case ImsReasonInfo.CODE_EMERGENCY_PERM_FAILURE:
                return DisconnectCause.EMERGENCY_PERM_FAILURE;

            case ImsReasonInfo.CODE_FDN_BLOCKED:
                return DisconnectCause.FDN_BLOCKED;
            default:
        }