Click or drag to resize

CallLogAddressSourceType Enumeration

Describes the source type of the remote user's address. For example, the remote address was provided by the client or by the network or if the remote address represents a conference participant.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public enum CallLogAddressSourceType
Members
  Member nameValueDescription
Undefined0 The address source is not defined.
User1 The call log entry or event is generated after user actions.
Network2 The call log entry or event is generated by messages from the network (from a server).
Conference3 The call log entry or event is generated by messages from a conference.
See Also