| CallDeny Method (CallCallCompletionHandler) |
For an incoming call, denies the call using appropriate reason based on
SipUserConfiguration.CallDenialPolicy configuration property.
The default denial reason is busy.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic void Deny(
CallCallCompletionHandler callCompletionHandler
)
Parameters
- callCompletionHandler
- Type: Avaya.ClientServicesCallCallCompletionHandler
Completion handler instance that receives the result of the operation.
If not provided, failure feedback cannot be provided.
See Also