Click or drag to resize

CallFeatureServiceCrisisAlertStatusChanged Event

Occurs when the status of the crisis alert feature has changed.
The status can also be retrieved using GetCrisisAlert method.

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

Value

Type: SystemEventHandlerCrisisAlert
Remarks

When any user places an emergency call then the system raises
the crisis alert which is presented to the watchers(Attendant).

If a watcher is not logged in while an active alert is raised in the system,
the alert will be presented to the watcher upon login.

If multiple users are watchers(attendants) for the crisis alert, all the
watchers will be presented with crisis alert.

There can be only one active alert on the watchers console.
Subsequent alerts will be queued on the server. When the attendant clears
the active alert, next queued alert will be presented.

See Also