Click or drag to resize

CallRemoteAlerting Event

Occurs when the outgoing call begins alerting at the remote end.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public event EventHandler<RemoteAlertingEventArgs> RemoteAlerting

Value

Type: SystemEventHandlerRemoteAlertingEventArgs
Remarks
In SIP this corresponds to the call receiving a 180 or 183 response from the network. It should be noted that this method may be sent multiple times during initiating an outgoing call as a result of changes to early media availability and/or redirections. Application developers should not make assumptions about exact ordering of provisional responses, as the sequence depends on different call routing features/topologies.
See Also