LINEPROXYREQUEST_ Constants

These constants are used in two contexts. First, they can be used in an array of DWORD values in the LINECALLPARAMS structure passed in with lineOpen when the LINEOPENOPTION_PROXY option is specified, to indicate which functions the application is willing to handle. Second, they are used in the LINE_PROXYREQUEST passed to the handler application by a LINE_PROXYREQUEST message to indicate the type of request that is to be processed and the format of the data in the buffer.

LINEPROXYREQUEST_AGENTSPECIFIC

Associated with lineAgentSpecific.

LINEPROXYREQUEST_CREATEAGENT

Associated with lineCreateAgent.

LINEPROXYREQUEST_CREATEAGENTSESSION

Associated with lineCreateAgentSession.

LINEPROXYREQUEST_GETAGENTACTIVITYLIST

Associated with lineGetAgentActivityList.

LINEPROXYREQUEST_GETAGENTCAPS

Associated with lineGetAgentCaps.

LINEPROXYREQUEST_GETAGENTGROUPLIST

Associated with lineGetAgentGroupList.

LINEPROXYREQUEST_GETAGENTINFO

Associated with lineGetAgentInfo.

LINEPROXYREQUEST_GETAGENTSESSIONINFO

Associated with lineGetAgentSessionInfo.

LINEPROXYREQUEST_GETAGENTSESSIONLIST

Associated with lineGetAgentSessionList.

LINEPROXYREQUEST_GETAGENTSTATUS

Associated with lineGetAgentStatus.

LINEPROXYREQUEST_GETGROUPLIST

Associated with lineGetGroupList.

LINEPROXYREQUEST_GETQUEUEINFO

Associated with lineGetQueueInfo.

LINEPROXYREQUEST_GETQUEUELIST

Associated with lineGetQueueList.

LINEPROXYREQUEST_SETAGENTACTIVITY

Associated with lineSetAgentActivity.

LINEPROXYREQUEST_SETAGENTGROUP

Associated with lineSetAgentGroup.

LINEPROXYREQUEST_SETAGENTMEASUREMENTPERIOD

Associated with lineSetAgentMeasurementPeriod.

LINEPROXYREQUEST_SETAGENTSESSIONSTATE

Associated with lineSetAgentSessionState.

LINEPROXYREQUEST_SETAGENTSTATE

Associated with lineSetAgentState.

LINEPROXYREQUEST_SETAGENTSTATEEX

Associated with lineSetAgentStateEx.

LINEPROXYREQUEST_SETQUEUEMEASUREMENTPERIOD

Associated with lineSetQueueMeasurementPeriod.

Requirements

Requirement Value
TAPI version
Requires TAPI 2.0 or later
Header
Tapi.h

See also

Call Center Constants

Call Center Functions