Click or drag to resize

AlertType Enumeration

Incoming call alert types.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public enum AlertType
Members
  Member nameValueDescription
Unspecified0 Not specified.
None1 Alert-type is set to none.
Internal2 Internal extension ringtone.
External3 External extension ringtone.
Priority4 Priority ringtone.
Intercom5 Intercom alert type.
AutoCallback6 Alert type indicating that it is auto callback.
HoldRecall7 Alert type indicating that it is recall after hold.
TransferRecall8 Alert type indicating that it is recall after transfer.
DirectAgentCallInternal9 Alert type indicating that it is direct internal agent call.
DirectAgentCallExternal10 Alert type indicating that it is direct external agent call.
DirectAgentCallPriority11 Alert type indicating that it is direct priority call from agent.
AutomaticCallDistributionInternal12 Alert type indicating that it is distributed automatic internal call.
AutomaticCallDistributionExternal13 Alert type indicating that it is distributed automatic external call.
AbbreviatedRing14 Alert type of abbreviated/ short duration ring.
DelayedRing15 Alert type of delayed ring.
See Also