Click or drag to resize

CallDenialPolicy Enumeration

Enumeration that describes call denial policy.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public enum CallDenialPolicy
Members
  Member nameValueDescription
Disabled0 If the call denial policy is disabled then the call denial capability will not be allowed.
Busy1 If the user denies the incoming call without specifying reason then the call will be denied with reason as busy in response.
Decline2 If the user denies the incoming call without specifying reason then the call will be denied with reason as decline in response.
See Also