Click or drag to resize

Ec500Configuration Class

User Configuration information for EC500 Feature Name Extensions (FNE's).
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesEc500Configuration

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public class Ec500Configuration

The Ec500Configuration type exposes the following members.

Constructors
  NameDescription
Public methodEc500Configuration
Constructor.
Top
Properties
  NameDescription
Public propertyEnabled
A Boolean value indicating whether the EC500 is enabled.
Public propertyFNEActiveAppearanceSelectNumber
A String value for the number to dial for active appearance select.
Public propertyFNECallForwardCancelNumber
A String value for the number to dial for call forward cancel. Disables the Call Forward feature.
Public propertyFNECallForwardEnableNumber
A String value for the number to dial for enabling call forwarding. Enables the Call Forward feature.
Public propertyFNEIdleAppearanceSelectNumber
A String value for the number to dial for active appearance select.
Public propertyFNESendAllCallsCancelNumber
A String value for the number to dial for send all calls cancel. Disables the Send All Calls feature.
Public propertyFNESendAllCallsEnableNumber
A String value for the number to dial for send all calls enable. Enables the Send All Calls feature.
Public propertyFNESetupDelayInSeconds
An int value representing the delay (in seconds) inserted between the EC500 call being placed and the transmission of the digits for EC500.
Public propertyFNESimRingDisableNumber
A String value for the number to dial for Off-Pbx call disable. Disables the Off-Pbx call feature
Public propertyFNESimRingEnableNumber
A String value for the number to dial for Off-Pbx call enable. Enables the Off-Pbx-Call feature.
Public propertyStationSecurityEnabled
A Boolean value indicating whether the station security is enabled.
Public propertyVoicemailNumber
A String value for the number to dial EC500 voicemail system.
Top
See Also