| java.lang.Object | |||
| ↳ | com.cisco.telephony.SEnum | ||
| ↳ | com.cisco.telephony.StringEnum | ||
| ↳ | com.cisco.telephony.CallStateEnum | ||
Enumerates call states.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CallStateEnum | BUSY | The call goes to this state if the called party is out of call capacity. | |||||||||
| CallStateEnum | CONFERENCE | The call goes to this state if the call uses phone's built-in conference bridge. | |||||||||
| CallStateEnum | CONNECTED | The call goes to CONNECTED state. | |||||||||
| CallStateEnum | HOLD | The call goes to HOLD state and there will be no media on this call. | |||||||||
| CallStateEnum | HOLDREVERT | The call is put on hold by the user for more than the configured duration. | |||||||||
| CallStateEnum | OFFHOOK | The call is in offhook state. | |||||||||
| CallStateEnum | ONHOOK | The call is in onhook state and getting terminated. | |||||||||
| CallStateEnum | PARKED | The call goes to this state if the call is successfully parked. | |||||||||
| CallStateEnum | PARKRETRIEVED | The call goes to this state if the parked call is retrieved by another user. | |||||||||
| CallStateEnum | PARKREVERT | The call is parked by the user for more than the configured duration. | |||||||||
| CallStateEnum | PRESERVATION | The call goes to this state if the remote party lost signalling connection. | |||||||||
| CallStateEnum | PROCEED | The call goes to this state after dialing is completed. | |||||||||
| CallStateEnum | REMHOLD | The call is put on hold by the shared line partner. | |||||||||
| CallStateEnum | REMINUSE | The call goes to this state if the call is connected by shared-line partner. | |||||||||
| CallStateEnum | REORDER | The call goes to this state if the dialed number can not be routed. | |||||||||
| CallStateEnum | RINGIN | The call goes to this state when the phone receives an SIP INVITE. | |||||||||
| CallStateEnum | RINGOUT | The call goes to this state if the called party device is ringing. | |||||||||
| CallStateEnum | SPOOF_RINGOUT | The call goes to this state on transferee when the party doing the transfer completes transfer in RINGOUT state. | |||||||||
| CallStateEnum | WAITINGFORDIGITS | The call goes to this state when digits are required to complete the call. | |||||||||
| CallStateEnum | WHISPER | The call goes to this state if an intercom call with one-way media. | |||||||||
|
[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
| |||||||||||
The call goes to this state if the called party is out of call capacity.
The call goes to this state if the call uses phone's built-in conference bridge.
The call goes to HOLD state and there will be no media on this call.
The call is put on hold by the user for more than the configured duration.
The call is in offhook state. Typically, user hears a dial tone at this point. Call reaches this state when the client invokes originate() API.
The call goes to this state if the call is successfully parked. This is a result of callpark() API.
The call goes to this state if the parked call is retrieved by another user.
The call is parked by the user for more than the configured duration.
The call goes to this state if the remote party lost signalling connection.
The call goes to this state if the call is connected by shared-line partner.
The call goes to this state if the dialed number can not be routed.
The call goes to this state when the phone receives an SIP INVITE.
The call goes to this state if the called party device is ringing.
The call goes to this state on transferee when the party doing the transfer completes transfer in RINGOUT state.
The call goes to this state when digits are required to complete the call.
The call goes to this state if an intercom call with one-way media.