Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 668
 
Chapter 6      Event Interfaces and Events
IAgentEvents Interface
6-82
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.1(1) 
configured for are sent to the client. Refer to the CTI OS System Manager’s Guide 
for Cisco ICM/IPCC Enterprise & Hosted Editions 
for details on how to 
configure the agent statistics grid and minimize agent statistics.
Syntax
C++:
 void OnAgentStatistics (Arguments & args);
COM:
 HRESULT OnAgentStatistics ([in] IArguments * args);
VB:
Session_ OnAgentStatistics (ByVal args as 
CTIOSCLIENTLIB.IArguments)
Parameters
args
Arguments array containing the following fields.
The OnAgentStatistics event will contain all the agent statistics fields necessary 
to display the statistics configured on the CTI OS server.
OnChatMessage
The OnChatMessage event is generated when an asynchronous text message from 
another user (agent) is received.
Keyword
Description
Type
PeripheralID
The ICM PeripheralID of the ACD 
where the agent is located.
INT
AgentExtension 
(required)
The agent’s ACD teleset extension.
STRING
AgentID (required)
The agent’s ACD login ID.
STRING
AgentInstrument 
(required)
The agent’s ACD instrument 
number.
STRING