Click or drag to resize
CallIgnore Method
For an incoming call, ignores the call.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public void Ignore()
Remarks
The call is not ended, to the remote it will seem as if the call is still alerting. The application can use this api to silent the ringing of call without rejecting it. The call can still be accepted or rejected after it is ignored.
See Also