Click or drag to resize

Autodial Class

The auto dial feature is used to store frequently used or important numbers. When the button programmed for a given autodial number is pressed, that stored number will be dialed.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesAutodial

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

The Autodial type exposes the following members.

Constructors
  NameDescription
Public methodAutodial
Constructs an Autodial object from the specified parameters.
Top
Properties
  NameDescription
Public propertyButtonLocation
The button index of the autodial feature as configured on the server.
Public propertyDestinationExtension
Returns the destination extension.
Public propertyDestinationLabel
Returns the label text for the destination extension as assigned by the user or the administrator on the server.
Public propertyIsDestinationExtensionEditable
Indicates whether the destination extension field can be edited by the user or not.
Top
See Also