Click or drag to resize

CallDenialCapability Property

Capability indicating whether an incoming call can be denied.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public Capability DenialCapability { get; }

Property Value

Type: Capability
Remarks
Call denial capability is not allowed if SipUserConfiguration.CallDenialPolicy is Disabled. The capability is allowed only for incoming Point-to-Point and adhoc conferencing calls if the policy is set to Busy or Decline. The capability is not allowed for incoming answered or outgoing calls irrespective of the call denial policy. The capability is not allowed for calls on bridge line appearances irrespective of the call denial policy.
See Also