Click or drag to resize
CallLogItemActionType Enumeration
Describes the action type that generated the call log item or the call log event.

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public enum CallLogItemActionType
Members
  Member nameValueDescription
Undefined0 The action type is not defined.
Missed1 A missed call. The incoming call was not answered by the client.
Redirected2 A call was redirected to another destination (e.g. voicemail).
Answered3 An incoming call was answered by the client.
Outgoing4 An outbound call from the client.
Transferred5 A call was transferred from the client to another destination.
Incoming6 An incoming call.
See Also