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.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.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