| java.lang.Object | |||
| ↳ | com.cisco.telephony.SEnum | ||
| ↳ | com.cisco.telephony.StringEnum | ||
| ↳ | com.cisco.telephony.CallCauseEnum | ||
Enumerates call termination causes.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CallCauseEnum | BUSY | If the call is terminated because far-end is busy, BUSY is returned. | |||||||||
| CallCauseEnum | CONGESTION | If the remote server is temporarily unavailable, CONGESTION is returned. | |||||||||
| CallCauseEnum | ERROR | When there is an undefined error, ERROR is returned | |||||||||
| CallCauseEnum | INVALID_NUMBER | If the call is terminated because INVALID number is dialed, INVALID_NUMBER is returned. | |||||||||
| CallCauseEnum | NORMAL | When the far-end user clears the call, NORMAL is returned. | |||||||||
| CallCauseEnum | NO_RESOURCE | If the call is terminated because of no resources, NO_RESOURCE is returned. | |||||||||
| CallCauseEnum | NO_USER_ANS | If the call is terminated because far-end is not answering the call, NO_USER_ANS is returned. | |||||||||
| CallCauseEnum | NO_USER_RESP | If the call is terminated because far-end is not responding to transfer call, NO_USER_RESP is returned. | |||||||||
| CallCauseEnum | OK | When there is no specific cause to report, OK is returned. | |||||||||
| CallCauseEnum | PAYLOAD_MISMATCH | If the call is terminated because SDP negotiation failed, PAYLOAD_MISMATCH is returned. | |||||||||
| CallCauseEnum | REMOTE_SERVER_ERROR | If there an error occurred on the remote side, REMOTE_SERVER_ERROR is returned. | |||||||||
| CallCauseEnum | RESP_TIMEOUT | If there is no response to mid-call INVITE, RESP_TIMEOUT is returned. | |||||||||
| CallCauseEnum | SIP_CAUSE_ANSWERED_ELSEWHERE | If the call is answered by a shared line partner, SIP_CAUSE_ANSWERED_ELSEWHERE is returned. | |||||||||
| CallCauseEnum | TEMP_NOT_AVAILABLE | If the call is terminated because far-end is temporarily unavailable, TEMP_NOT_AVAILABLE is returned | |||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.cisco.telephony.StringEnum
| |||||||||||
From class
com.cisco.telephony.SEnum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
android.os.Parcelable
| |||||||||||
If the call is terminated because far-end is busy, BUSY is returned.
If the remote server is temporarily unavailable, CONGESTION is returned.
If the call is terminated because INVALID number is dialed, INVALID_NUMBER is returned.
If the call is terminated because of no resources, NO_RESOURCE is returned.
If the call is terminated because far-end is not answering the call, NO_USER_ANS is returned.
If the call is terminated because far-end is not responding to transfer call, NO_USER_RESP is returned.
If the call is terminated because SDP negotiation failed, PAYLOAD_MISMATCH is returned.
If there an error occurred on the remote side, REMOTE_SERVER_ERROR is returned.
If there is no response to mid-call INVITE, RESP_TIMEOUT is returned.
If the call is answered by a shared line partner, SIP_CAUSE_ANSWERED_ELSEWHERE is returned.
If the call is terminated because far-end is temporarily unavailable, TEMP_NOT_AVAILABLE is returned