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

Commit d0bd336d authored by Nivedita Sarkar's avatar Nivedita Sarkar Committed by Deepak Kundra
Browse files

IMS: Add Ims reason info codes for supplementary service failures

- FR30649: Error code reporting for Hold resume failures

- Add new Ims Reason Info error codes to propagate the error from
  lower layers to UI via onCallHoldFailed/onCallResumeFailed APIs

Change-Id: I6d9d0752d412f1266c35404fc7148ff51e7939c3
CRs-Fixed: 911406
parent 70f40630
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -250,6 +250,14 @@ public class ImsReasonInfo implements Parcelable {
     */
    public static final int CODE_CALL_END_CAUSE_CALL_PULL = 1016;

    /**
     * Supplementary services (HOLD/RESUME) failure error codes.
     * Values for Supplemetary services failure - Failed, Cancelled and Re-Invite collision.
     */
    public static final int CODE_SUPP_SVC_FAILED = 1201;
    public static final int CODE_SUPP_SVC_CANCELLED = 1202;
    public static final int CODE_SUPP_SVC_REINVITE_COLLISION = 1203;

    /**
     * Network string error messages.
     * mExtraMessage may have these values.