public final class

LineFeatureEnum

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

Class Overview

The Line Feature Enum class holds all the available features that can be configured as a line. The default line (line 1) will always be a DN line, but other lines could be configured with the other features shown in this class.

Summary

Constants
LineFeatureEnum ALLCALLS ALLCALLS specifies the All Calls feature.
LineFeatureEnum DN This line feature refers to a configured directory number.
LineFeatureEnum DND DND specifies the Do Not Disturb feature.
LineFeatureEnum MALICIOUSCALLID MALICIOUSCALLID specifies the Malicious Call Identification feature.
LineFeatureEnum MOBILITY MOBILITY specifies the Mobility feature.
LineFeatureEnum PRIVACY PRIVACY specifies the Privacy feature.
LineFeatureEnum SPEEDDIAL SPEEDDIAL specifies the Speed Dial feature.
LineFeatureEnum SPEEDDIALBLF SPEEDDIALBLF specifies the Speed Dial and Busy Lamp Field.
[Expand]
Inherited Constants
From interface android.os.Parcelable
Public Constructors
LineFeatureEnum()
LineFeatureEnum(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 LineFeatureEnum ALLCALLS

ALLCALLS specifies the All Calls feature. This feature will list (in sorted order of oldest to newest) all active calls on the device.

public static final LineFeatureEnum DN

This line feature refers to a configured directory number.

See Also
  • getDn()

public static final LineFeatureEnum DND

DND specifies the Do Not Disturb feature.

See Also
  • toggleDNDState()

public static final LineFeatureEnum MALICIOUSCALLID

MALICIOUSCALLID specifies the Malicious Call Identification feature.

See Also
  • ICall#invokeMCID

public static final LineFeatureEnum MOBILITY

MOBILITY specifies the Mobility feature.

See Also
  • ICCDevice#invokeMobility

public static final LineFeatureEnum PRIVACY

PRIVACY specifies the Privacy feature.

See Also
  • togglePrivacy()

public static final LineFeatureEnum SPEEDDIAL

SPEEDDIAL specifies the Speed Dial feature.

See Also
  • getSpeedDialNumber()

public static final LineFeatureEnum SPEEDDIALBLF

SPEEDDIALBLF specifies the Speed Dial and Busy Lamp Field. This feature combines both the speed dial feature and busy lamp field feature.

See Also
  • getSpeedDialNumber()

Public Constructors

public LineFeatureEnum ()

public LineFeatureEnum (Parcel in)