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

Commit f7d36d45 authored by Suresh Koleti's avatar Suresh Koleti Committed by Ricardo Cerqueira
Browse files

IMS: Add FDN call failure

Define FDN call failure.

Change-Id: Id025dbcf5f8b823a26cfcf2623e40c6945ec2d4b
CRs-Fixed: 792389
parent 2235c829
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -119,6 +119,9 @@ public class ImsReasonInfo implements Parcelable {
    // MT : No action from user after alerting the call
    public static final int CODE_TIMEOUT_NO_ANSWER_CALL_UPDATE = 203;

    //Call failures for FDN
    public static final int CODE_FDN_BLOCKED = 241;

    /**
     * STATUSCODE (SIP response code) (IMS -> Telephony)
     */