Click or drag to resize

CallDeny Method (DenialReason, CallCallCompletionHandler)

For an incoming call, denies the call for the specified reason regardless of the configured SipUserConfiguration.CallDenialPolicy property.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void Deny(
	DenialReason reason,
	CallCallCompletionHandler callCompletionHandler
)

Parameters

reason
Type: Avaya.ClientServicesDenialReason
The reason for the denial.
callCompletionHandler
Type: Avaya.ClientServicesCallCallCompletionHandler
Completion handler instance that receives the result of the operation. If not provided, failure feedback cannot be provided.
See Also