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

Commit b0166fec authored by Ravi Paluri's avatar Ravi Paluri
Browse files

Ims: Add ANSWERED_ELSEWHERE DisconnectCause

ANSWERED_ELSEWHERE DisconnectCause will be sent
when lower layers indicate that MT call is ended
due to a release from the network because the
call was answered elsewhere.

Change-Id: Ic6b0219f2b31d54e92ecedf0e882f2cf868f389a
CRs-Fixed: 593987
parent 69a90bda
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
    }
    }