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

Commit 28f7a794 authored by Youming Ye's avatar Youming Ye Committed by android-build-merger
Browse files

Merge "Add MEDIA_TIMEOUT error for RTCP timeout"

am: 5e24c59e

Change-Id: I4adefd660f0fc246fbc37f048312e2905b08ae76
parents 361efc51 5e24c59e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2104,6 +2104,9 @@ public class ImsPhoneCallTracker extends CallTracker implements ImsPullCall {
            case ImsReasonInfo.CODE_UNOBTAINABLE_NUMBER:
                return DisconnectCause.UNOBTAINABLE_NUMBER;

            case ImsReasonInfo.CODE_MEDIA_NO_DATA:
                return DisconnectCause.MEDIA_TIMEOUT;

            case ImsReasonInfo.CODE_UNSPECIFIED:
                if (mPhone.getDefaultPhone().getServiceStateTracker().mRestrictedState
                        .isCsRestricted()) {