public final class

CallAttributeEnum

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

Class Overview

Enumerates the call attributes.

Summary

Constants
CallAttributeEnum ABBRDIAL ABBRDIAL indicates that this call is a result of abbreviated dial feature.
CallAttributeEnum BARGING BARGING indicates that this is a barging call.
CallAttributeEnum CFWD_ALL CFWD_ALL is applicable to the call created upon the CallForwardAll button press.
CallAttributeEnum CONF_CONSULT CONF_CONSULT indicates that this a consultative call leg of transfer feature.
CallAttributeEnum GRP_CALL_PICKUP GRP_CALL_PICKUP indicates that this call is a result of group call pick up feature.
CallAttributeEnum ICOM ICOM indicates that this is an intercom call.
CallAttributeEnum LOCAL_CONF_CONSULT LOCAL_CONF_CONSULT indicates that this a consultative call leg of a local conference.
CallAttributeEnum LOCAL_XFER_CONSULT
CallAttributeEnum MAX
CallAttributeEnum MEETME_CONF MEETME_CONF indicates that this call is a result of meet-me conference feature.
CallAttributeEnum NORMAL NORMAL indicates that this is a normal call.
CallAttributeEnum NOT_DEFINED NOT_DEFINED indicates that the attribute of this call is not known yet.
CallAttributeEnum RIUHELD_LOCKED NOT_DEFINED indicates that the attribute of this call is not known yet.
CallAttributeEnum XFR_CONSULT XFR_CONSULT indicates that this a consultative call leg of transfer feature.
[Expand]
Inherited Constants
From interface android.os.Parcelable
Public Constructors
CallAttributeEnum()
CallAttributeEnum(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 CallAttributeEnum ABBRDIAL

ABBRDIAL indicates that this call is a result of abbreviated dial feature.

public static final CallAttributeEnum BARGING

BARGING indicates that this is a barging call.

public static final CallAttributeEnum CFWD_ALL

CFWD_ALL is applicable to the call created upon the CallForwardAll button press.

public static final CallAttributeEnum CONF_CONSULT

CONF_CONSULT indicates that this a consultative call leg of transfer feature.

public static final CallAttributeEnum GRP_CALL_PICKUP

GRP_CALL_PICKUP indicates that this call is a result of group call pick up feature.

public static final CallAttributeEnum ICOM

ICOM indicates that this is an intercom call.

public static final CallAttributeEnum LOCAL_CONF_CONSULT

LOCAL_CONF_CONSULT indicates that this a consultative call leg of a local conference.

public static final CallAttributeEnum LOCAL_XFER_CONSULT

public static final CallAttributeEnum MAX

public static final CallAttributeEnum MEETME_CONF

MEETME_CONF indicates that this call is a result of meet-me conference feature.

public static final CallAttributeEnum NORMAL

NORMAL indicates that this is a normal call.

public static final CallAttributeEnum NOT_DEFINED

NOT_DEFINED indicates that the attribute of this call is not known yet.

public static final CallAttributeEnum RIUHELD_LOCKED

NOT_DEFINED indicates that the attribute of this call is not known yet.

public static final CallAttributeEnum XFR_CONSULT

XFR_CONSULT indicates that this a consultative call leg of transfer feature.

Public Constructors

public CallAttributeEnum ()

public CallAttributeEnum (Parcel in)