| java.lang.Object | |||
| ↳ | com.cisco.telephony.SEnum | ||
| ↳ | com.cisco.telephony.StringEnum | ||
| ↳ | com.cisco.telephony.LineFeatureEnum | ||
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.
| 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[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
| |||||||||||
ALLCALLS specifies the All Calls feature. This feature will list (in sorted order of oldest to newest) all active calls on the device.
This line feature refers to a configured directory number.
DND specifies the Do Not Disturb feature.
MALICIOUSCALLID specifies the Malicious Call Identification feature.
MOBILITY specifies the Mobility feature.
PRIVACY specifies the Privacy feature.
SPEEDDIAL specifies the Speed Dial feature.
SPEEDDIALBLF specifies the Speed Dial and Busy Lamp Field. This feature combines both the speed dial feature and busy lamp field feature.