public final class

CallStateEnum

extends StringEnum
implements Parcelable
java.lang.Object
   ↳ com.cisco.telephony.SEnum
     ↳ com.cisco.telephony.StringEnum
       ↳ com.cisco.telephony.CallStateEnum

Class Overview

Enumerates call states.

Summary

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
CallStateEnum()
CallStateEnum(Parcel in)
[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

Constants

public static final CallStateEnum BUSY

The call goes to this state if the called party is out of call capacity.

public static final CallStateEnum CONFERENCE

The call goes to this state if the call uses phone's built-in conference bridge.

public static final CallStateEnum CONNECTED

The call goes to CONNECTED state.

public static final CallStateEnum HOLD

The call goes to HOLD state and there will be no media on this call.

public static final CallStateEnum HOLDREVERT

The call is put on hold by the user for more than the configured duration.

public static final CallStateEnum OFFHOOK

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.

public static final CallStateEnum ONHOOK

The call is in onhook state and getting terminated.

public static final CallStateEnum PARKED

The call goes to this state if the call is successfully parked. This is a result of callpark() API.

public static final CallStateEnum PARKRETRIEVED

The call goes to this state if the parked call is retrieved by another user.

public static final CallStateEnum PARKREVERT

The call is parked by the user for more than the configured duration.

public static final CallStateEnum PRESERVATION

The call goes to this state if the remote party lost signalling connection.

public static final CallStateEnum PROCEED

The call goes to this state after dialing is completed.

public static final CallStateEnum REMHOLD

The call is put on hold by the shared line partner.

public static final CallStateEnum REMINUSE

The call goes to this state if the call is connected by shared-line partner.

public static final CallStateEnum REORDER

The call goes to this state if the dialed number can not be routed.

public static final CallStateEnum RINGIN

The call goes to this state when the phone receives an SIP INVITE.

public static final CallStateEnum RINGOUT

The call goes to this state if the called party device is ringing.

public static final CallStateEnum SPOOF_RINGOUT

The call goes to this state on transferee when the party doing the transfer completes transfer in RINGOUT state.

public static final CallStateEnum WAITINGFORDIGITS

The call goes to this state when digits are required to complete the call.

public static final CallStateEnum WHISPER

The call goes to this state if an intercom call with one-way media.

Public Constructors

public CallStateEnum ()

public CallStateEnum (Parcel in)