Click or drag to resize
CallFailed Event
Occurs when the call has failed.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntax
C#
public event EventHandler<CallFailureEventArgs> Failed

Value

Type: SystemEventHandlerCallFailureEventArgs
Remarks
This event is sent when the call has failed either as a result of a local error or as a result of an error received from the network (e.g., when a call attempt to an unreachable address is made). It should be noted that a call that has failed is not automatically ended by the signaling engine. The application must still call End to end the failed call. This is done so that a UI implementation that is line-oriented can keep the line appearance occupied while the call is in failed state.
See Also