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

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

Merge "Ims: Add ANSWERED_ELSEWHERE DisconnectCause"

parents fea4c4ab b0166fec
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -80,6 +80,9 @@ public abstract class Connection {
        ERROR_UNSPECIFIED,
        ERROR_UNSPECIFIED,
        /* Ims Disconnect cause grouped from here */
        /* Ims Disconnect cause grouped from here */
        SRVCC_CALL_DROP,                /* Call dropped because of SRVCC*/
        SRVCC_CALL_DROP,                /* Call dropped because of SRVCC*/
        ANSWERED_ELSEWHERE,             /* MT call has ended due to a release from the network
                                         * because the call was answered elsewhere */

        CALL_FAIL_MISC
        CALL_FAIL_MISC
    }
    }