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

Commit a384b35c authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Support for emergency redial in multisim"

parents 420eec36 8f80f1b7
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -224,6 +224,11 @@ public class DisconnectCause {
     */
    public static final int IMS_MERGED_SUCCESSFULLY = 91;

    /** EMERGENCY call failed with temporary fail cause */
    public static final int EMERGENCY_TEMP_FAILURE         = 92;
    /** EMERGENCY call failed with permanent fail cause */
    public static final int EMERGENCY_PERM_FAILURE         = 93;

    //*********************************************************************************************
    // When adding a disconnect type:
    // 1) Please assign the new type the next id value below.