This enum consists of a set of Tracker types that describe a given Segment.

Namespace: ININ.IceLib.Tracker
Assembly: ININ.IceLib.Tracker (in ININ.IceLib.Tracker.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
[FlagsAttribute]
public enum SegmentTypes
Visual Basic
<FlagsAttribute> _
Public Enumeration SegmentTypes

Members

Member nameValueDescription
Alert1The segment included an alert.
System2The segment included a system operation.
WorkgroupQueue4The segment included a workgroup queue.
Hold8The segment was held.
Messaging16The segment included a messaging operation.
Interaction32The segment included an interaction.
Conference64The segment included a conference.
ConsultCall128The segment included a consult call.
NotAnswered256The segment was not answered.
SecurityChange512The segment included a security change.
All1023All known segment types.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.

See Also