typedef enum { MakeCallRegular, MakeCallDirectAgent, MakeCallSupervisorAssist, MakeCallPriority, MakeCallDirectPriority } TMakeCallType;
MakeCallRegular
—
The call type is regular.
MakeCallDirectAgent
—
The call type is a direct call to agent.
MakeCallSupervisorAssist
—
The call type is a call to supervisor.
MakeCallPriority
—
The call type is regular with Priority
feature.
MakeCallDirectPriority
—
The call type is a direct call to agent with Priority
feature.