Click or drag to resize
CallForwardingCause Enumeration
Enum represents call forward causes

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public enum CallForwardingCause
Members
  Member nameValueDescription
Immediate0 Immediate cause - the current call was forwarded due the configured call forwarding feature (on target user SIP sofphone/hardphone) or forwarded by target user itself.
Busy1 Busy cause - the current call was forwarded due the busy status of user who forwarded the call.
NoReply2 NoReply cause - the current call was forwarded due the user who forwarded the call does not reply this call or user who forwarded the call is unavailable.
CallDeflection3 CallDeflection cause - the current call was forwarded because it was declined by the previous recipient.
Hunting4 Hunting cause - support CM HUNT feature.
Normal5 Normal cause - normal redirection of this call.
See Also