CallDisconnectCause Enum

Definition

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 android.telephony.DisconnectCause.NOT_VALID.

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 android.telephony.DisconnectCause.NOT_DISCONNECTED.

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 android.telephony.DisconnectCause.INCOMING_MISSED.

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 android.telephony.DisconnectCause.NORMAL.

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 android.telephony.DisconnectCause.LOCAL.

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 android.telephony.DisconnectCause.BUSY.

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 android.telephony.DisconnectCause.CONGESTION.

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 android.telephony.DisconnectCause.MMI.

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 android.telephony.DisconnectCause.INVALID_NUMBER.

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 android.telephony.DisconnectCause.NUMBER_UNREACHABLE.

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 android.telephony.DisconnectCause.SERVER_UNREACHABLE.

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 android.telephony.DisconnectCause.INVALID_CREDENTIALS.

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 android.telephony.DisconnectCause.OUT_OF_NETWORK.

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 android.telephony.DisconnectCause.SERVER_ERROR.

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 android.telephony.DisconnectCause.TIMED_OUT.

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 android.telephony.DisconnectCause.LOST_SIGNAL.

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 android.telephony.DisconnectCause.LIMIT_EXCEEDED.

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 android.telephony.DisconnectCause.INCOMING_REJECTED.

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 android.telephony.DisconnectCause.POWER_OFF.

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 android.telephony.DisconnectCause.OUT_OF_SERVICE.

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 android.telephony.DisconnectCause.ICC_ERROR.

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 android.telephony.DisconnectCause.CALL_BARRED.

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 android.telephony.DisconnectCause.FDN_BLOCKED.

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 android.telephony.DisconnectCause.CS_RESTRICTED.

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 android.telephony.DisconnectCause.CS_RESTRICTED_NORMAL.

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 android.telephony.DisconnectCause.CS_RESTRICTED_EMERGENCY.

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 android.telephony.DisconnectCause.UNOBTAINABLE_NUMBER.

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 android.telephony.DisconnectCause.CDMA_LOCKED_UNTIL_POWER_CYCLE.

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 android.telephony.DisconnectCause.CDMA_DROP.

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 android.telephony.DisconnectCause.CDMA_INTERCEPT.

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 android.telephony.DisconnectCause.CDMA_REORDER.

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 android.telephony.DisconnectCause.CDMA_SO_REJECT.

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 android.telephony.DisconnectCause.CDMA_RETRY_ORDER.

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 android.telephony.DisconnectCause.CDMA_ACCESS_FAILURE.

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 android.telephony.DisconnectCause.CDMA_PREEMPTED.

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 android.telephony.DisconnectCause.CDMA_NOT_EMERGENCY.

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 android.telephony.DisconnectCause.CDMA_ACCESS_BLOCKED.

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 android.telephony.DisconnectCause.ERROR_UNSPECIFIED.

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 android.telephony.DisconnectCause.NO_PHONE_NUMBER_SUPPLIED.

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 android.telephony.DisconnectCause.DIALED_MMI.

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 android.telephony.DisconnectCause.VOICEMAIL_NUMBER_MISSING.

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 android.telephony.DisconnectCause.OUTGOING_FAILURE.

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 android.telephony.DisconnectCause.OUTGOING_CANCELED.

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 android.telephony.DisconnectCause.IMS_MERGED_SUCCESSFULLY.

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 android.telephony.DisconnectCause.DIAL_MODIFIED_TO_USSD.

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 android.telephony.DisconnectCause.DIAL_MODIFIED_TO_SS.

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 android.telephony.DisconnectCause.DIAL_MODIFIED_TO_DIAL.

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 android.telephony.DisconnectCause.CDMA_ALREADY_ACTIVATED.

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 android.telephony.DisconnectCause.VIDEO_CALL_NOT_ALLOWED_WHILE_TTY_ENABLED.

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 android.telephony.DisconnectCause.CALL_PULLED.

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 android.telephony.DisconnectCause.ANSWERED_ELSEWHERE.

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 android.telephony.DisconnectCause.MAXIMUM_NUMBER_OF_CALLS_REACHED.

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 android.telephony.DisconnectCause.DATA_DISABLED.

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 android.telephony.DisconnectCause.DATA_LIMIT_REACHED.

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 android.telephony.DisconnectCause.DIALED_CALL_FORWARDING_WHILE_ROAMING.

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 android.telephony.DisconnectCause.IMEI_NOT_ACCEPTED.

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 android.telephony.DisconnectCause.WIFI_LOST.

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 android.telephony.DisconnectCause.IMS_ACCESS_BLOCKED.

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 android.telephony.DisconnectCause.LOW_BATTERY.

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 android.telephony.DisconnectCause.DIAL_LOW_BATTERY.

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 android.telephony.DisconnectCause.EMERGENCY_TEMP_FAILURE.

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 android.telephony.DisconnectCause.EMERGENCY_PERM_FAILURE.

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 android.telephony.DisconnectCause.NORMAL_UNSPECIFIED.

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 android.telephony.DisconnectCause.DIAL_MODIFIED_TO_DIAL_VIDEO.

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 android.telephony.DisconnectCause.DIAL_VIDEO_MODIFIED_TO_SS.

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 android.telephony.DisconnectCause.DIAL_VIDEO_MODIFIED_TO_USSD.

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 android.telephony.DisconnectCause.DIAL_VIDEO_MODIFIED_TO_DIAL.

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 android.telephony.DisconnectCause.DIAL_VIDEO_MODIFIED_TO_DIAL_VIDEO.

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 android.telephony.DisconnectCause.IMS_SIP_ALTERNATE_EMERGENCY_CALL.

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 android.telephony.DisconnectCause.ALREADY_DIALING.

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 android.telephony.DisconnectCause.CANT_CALL_WHILE_RINGING.

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 android.telephony.DisconnectCause.CALLING_DISABLED.

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 android.telephony.DisconnectCause.TOO_MANY_ONGOING_CALLS.

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 android.telephony.DisconnectCause.OTASP_PROVISIONING_IN_PROCESS.

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 android.telephony.DisconnectCause.MEDIA_TIMEOUT.

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 android.telephony.DisconnectCause.EMERGENCY_CALL_OVER_WFC_NOT_AVAILABLE.

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 android.telephony.DisconnectCause.WFC_SERVICE_NOT_AVAILABLE_IN_THIS_LOCATION.

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 android.telephony.DisconnectCause.OUTGOING_EMERGENCY_CALL_PLACED.

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 android.telephony.DisconnectCause.INCOMING_AUTO_REJECTED.

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 android.telephony.DisconnectCause.SATELLITE_ENABLED.

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.

Applies to