Click or drag to resize

FeatureInvocationParameters Class

The associated parameters for a feature invocation.
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesFeatureInvocationParameters

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

The FeatureInvocationParameters type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAction
The action used in the 'avaya-cm-action' parameter of the feature invocation.

If set to Undefined, avaya-cm-action is not used during feature invocation.

Public propertyCallForwardingStatus
The Enhanced Call Forwarding Feature (ECF) parameter from client received for FNU.

If available, the rest parameter are of no relavance.

Public propertyDestination
The destination used in the 'avaya-cm-destination'=[destination]' parameter of the feature invocation.

If set to null, avaya-cm-destination is not used during feature invocation.

Public propertyExtension
The extension used in in 'avaya-cm-extension' parameter of the feature invocation.

If set to null, avaya-cm-extension is not used during feature invocation.

Public propertyHuntGroupNumber
The Hunt Group Number used in avaya-cm-group parameter for the Hunt Group Busy Position feature invocation.
Public propertyOwnerExtension
The extension used in the To and Request-URI of the feature invocation (in place of the the local user's AOR).

If set to null, the local user's AOR is used for feature invocation.

Public propertyPickupNumber
The number used in the 'avaya-cm-pickup-number' parameter of the feature invocation.

If set to -1, avaya-cm-pickup-number is not used during feature invocation.

Top
Remarks
Parameters that can be passed in the invocation for any supported feature. The caller is expected to know which parameters are supported for a specific feature (some required, some optional).
See Also