Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 546
 
Chapter 6      Event Interfaces and Events
IAgentEvents Interface
6-94
Cisco ICM Software CTI OS Developer’s Guide Release 6.0(0)
Remarks
Supported for use with IPCC only.
OnStartMonitoringAgent
The OnStartMonitoringAgent event is generated when a new agent is selected to 
be monitored in response to a StartMonitoringAgent() request.
Syntax
C++:
void OnStartMonitoringAgent (Arguments& args)
COM:
void OnStartMonitoringAgent (IArguments * args)
VB:
session_OnStartMonitoringAgent (ByVal args As 
CtiosCLIENTLib.IArguments)
ConnectionDevice 
IDType
SHORT
Indicates the type of the connection 
identifier supplied in the 
ConnectionDeviceID floating field.
SessionID
INT
The CTI client SessionID of the CTI 
client making the notification.
Connection 
DeviceID
INT
The identifier of the connection between 
the call and the agent’s device.
ClientID (required)
STRING
The ClientID of the client making the 
notification.
ClientAddress 
(Required)
STRING
The IP address of the client making the 
notification.
AgentExtension 
(Required)
STRING
The Agent’s teleset extension.
AgentID (required)
STRING
The Agent’s ACD login ID.
AgentInstrument 
(required)
STRING
The Agent’s ACD instrument number. 
Keyword
Type
Description