Fix dial emergency call redial issue by China Unicom.
Dial emergency call like 112 use China Unicom card, and if wait remote server end the call, then disconnect code will be 31(NORMAL_UNSPECIFIED), this code will be treat as DisconnectCause.ERROR in telecom-service at last, and cause redial in telecom-service. To fix, I change it to DisconnectCause.OTHER. Test: Build pass
Loading
Please register or sign in to comment