CallDisconnectCause Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum CallDisconnectCause
type CallDisconnectCause =
- Inheritance
-
CallDisconnectCause
Fields
| Name | Value | Description |
|---|---|---|
| NotValid | -1 | The disconnect cause is not valid (Not received a disconnect cause) Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| NotDisconnected | 0 | Has not yet disconnected Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| IncomingMissed | 1 | An incoming call that was missed and never answered Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Normal | 2 | Normal; Remote hangup Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Local | 3 | Normal; Local hangup Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Busy | 4 | Outgoing call to busy line Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Congestion | 5 | Outgoing call to congested network Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Mmi | 6 | Not presently used Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| InvalidNumber | 7 | Invalid dial string Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| NumberUnreachable | 8 | Cannot reach the peer Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| ServerUnreachable | 9 | Cannot reach the server Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| InvalidCredentials | 10 | Invalid credentials Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| OutOfNetwork | 11 | Calling from out of network is not allowed Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| ServerError | 12 | Server error Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| TimedOut | 13 | Client timed out Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| LostSignal | 14 | Client went out of network range Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| LimitExceeded | 15 | GSM or CDMA ACM limit exceeded Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| IncomingRejected | 16 | An incoming call that was rejected Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| PowerOff | 17 | Radio is turned off explicitly Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| OutOfService | 18 | Out of service Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| IccError | 19 | No ICC, ICC locked, or other ICC error Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| CallBarred | 20 | Call was blocked by call barring Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| FdnBlocked | 21 | Call was blocked by fixed dial number Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| CsRestricted | 22 | Call was blocked by restricted all voice access Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| CsRestrictedNormal | 23 | Call was blocked by restricted normal voice access Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| CsRestrictedEmergency | 24 | Call was blocked by restricted emergency voice access Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| UnobtainableNumber | 25 | Unassigned number Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| CdmaLockedUntilPowerCycle | 26 | MS is locked until next power cycle Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| CdmaDrop | 27 | Drop call Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| CdmaIntercept | 28 | INTERCEPT order received, MS state idle entered Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| CdmaReorder | 29 | MS has been redirected, call is cancelled Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| CdmaSoReject | 30 | Service option rejection Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| CdmaRetryOrder | 31 | Requested service is rejected, retry delay is set Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| CdmaAccessFailure | 32 | Unable to obtain access to the CDMA system Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| CdmaPreempted | 33 | Not a preempted call Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| CdmaNotEmergency | 34 | Not an emergency call Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| CdmaAccessBlocked | 35 | Access Blocked by CDMA network Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| ErrorUnspecified | 36 | Unknown error or not specified Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| NoPhoneNumberSupplied | 38 | The supplied CALL Intent didn't contain a valid phone number. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| DialedMmi | 39 | Our initial phone number was actually an MMI sequence. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| VoicemailNumberMissing | 40 | We tried to call a voicemail: URI but the device has no voicemail number configured. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| OutgoingFailure | 43 | The outgoing call failed with an unknown cause. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| OutgoingCanceled | 44 | The outgoing call was canceled by the ConnectionService. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| ImsMergedSuccessfully | 45 | The call, which was an IMS call, disconnected because it merged with another call. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| DialModifiedToUssd | 46 | Stk Call Control modified DIAL request to USSD request. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| DialModifiedToSs | 47 | Stk Call Control modified DIAL request to SS request. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| DialModifiedToDial | 48 | Stk Call Control modified DIAL request to DIAL with modified data. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| CdmaAlreadyActivated | 49 | The call was terminated because CDMA phone service and roaming have already been activated. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| VideoCallNotAllowedWhileTtyEnabled | 50 | The call was terminated because it is not possible to place a video call while TTY is enabled. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| CallPulled | 51 | The call was terminated because it was pulled to another device. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| AnsweredElsewhere | 52 | The call was terminated because it was answered on another device. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| MaximumNumberOfCallsReached | 53 | The call was terminated because the maximum allowable number of calls has been reached. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| DataDisabled | 54 | The call was terminated because cellular data has been disabled. Used when in a video call and the user disables cellular data via the settings. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| DataLimitReached | 55 | The call was terminated because the data policy has disabled cellular data. Used when in a video call and the user has exceeded the device data limit. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| DialedCallForwardingWhileRoaming | 57 | The call being placed was detected as a call forwarding number and was being dialed while roaming on a carrier that does not allow this. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| ImeiNotAccepted | 58 | The network does not accept the emergency call request because IMEI was used as identification and this cability is not supported by the network. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| WifiLost | 59 | A call over WIFI was disconnected because the WIFI signal was lost or became too degraded to continue the call. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| ImsAccessBlocked | 60 | The call has failed because of access class barring. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| LowBattery | 61 | The call has ended (mid-call) because the device's battery is too low. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| DialLowBattery | 62 | A call was not dialed because the device's battery is too low. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| EmergencyTempFailure | 63 | Emergency call failed with a temporary fail cause and can be redialed on this slot. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| EmergencyPermFailure | 64 | Emergency call failed with a permanent fail cause and should not be redialed on this slot. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| NormalUnspecified | 65 | This cause is used to report a normal event only when no other cause in the normal class applies. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| DialModifiedToDialVideo | 66 | Stk Call Control modified DIAL request to video DIAL request. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| DialVideoModifiedToSs | 67 | Stk Call Control modified Video DIAL request to SS request. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| DialVideoModifiedToUssd | 68 | Stk Call Control modified Video DIAL request to USSD request. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| DialVideoModifiedToDial | 69 | Stk Call Control modified Video DIAL request to DIAL request. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| DialVideoModifiedToDialVideo | 70 | Stk Call Control modified Video DIAL request to Video DIAL request. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| ImsSipAlternateEmergencyCall | 71 | The network has reported that an alternative emergency number has been dialed, but the user must exit airplane mode to place the call. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| AlreadyDialing | 72 | Indicates that a new outgoing call cannot be placed because there is already an outgoing call dialing out. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| CantCallWhileRinging | 73 | Indicates that a new outgoing call cannot be placed while there is a ringing call. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| CallingDisabled | 74 | Indicates that a new outgoing call cannot be placed because calling has been disabled using the ro.telephony.disable-call system property. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| TooManyOngoingCalls | 75 | Indicates that a new outgoing call cannot be placed because there is currently an ongoing foreground and background call. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| OtaspProvisioningInProcess | 76 | Indicates that a new outgoing call cannot be placed because OTASP provisioning is currently in process. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| MediaTimeout | 77 | Indicates that the call is dropped due to RTCP inactivity, primarily due to media path disruption. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| EmergencyCallOverWfcNotAvailable | 78 | Indicates that an emergency call cannot be placed over WFC because the service is not available in the current location. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| WfcServiceNotAvailableInThisLocation | 79 | Indicates that WiFi calling service is not available in the current location. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| OutgoingEmergencyCallPlaced | 80 | Indicates that an emergency call was placed, which caused the existing connection to be hung up. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| IncomingAutoRejected | 81 | Indicates that incoming call was rejected by the modem before the call went in ringing Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| SatelliteEnabled | 82 | Indicates that the call was unable to be made because the satellite modem is enabled. Android reference for Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |