Click or drag to resize

ForwardingOverride Enumeration

Specifies whether the forwarding destination of monitored station will be ignored by Team Button speed dial invocation if any of forwarding features is enabled on the monitored station.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public enum ForwardingOverride
Members
  Member nameValueDescription
No0 Call forwarding destination on the monitored station will not be overridden by Team Button speed dial invocation.
Yes1 Call forwarding destination on the monitored station will be overridden by Team Button speed dial invocation.
Ask2 The client can specify whether Call forwarding destination on the monitored station will be overridden by Team Button speed dial invocation or not.
Remarks
Rerouting is considered active if Send All Calls, Call Forward or Enhanced Call Forward have active forwarding. If set to ask, the client can override the forwarding destination using the bOverride argument of SpeedDial.
See Also