Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 500
   
6-61
CTI OS Developer’s Guide for Cisco Unified ICM/Contact Center Enterprise & Hosted
Release 7.5(1)
Chapter 6      Event Interfaces and Events
IAgentEvents Interface
OnEmergencyCall
The OnEmergencyCall event indicates that a CTI client (with Supervisory capabilities) is handling the 
indicated call as an emergency call. This event only applies to ACDs with Supervisor capabilities.
Syntax
C++:
void OnEmergencyCall(Arguments& args)
COM:
void OnEmergencyCall (IArguments * args)
VB:
session_OnEmergencyCall (ByVal args As CtiosCLIENTLib.IArguments)
Parameters
args
Arguments array containing the following fields.
Remarks
Supported for use with IPCC only.
OnLogoutFailed
The OnLogoutFailed ia always generated before (or along with) an OnControlFailureConf event and is 
identical to it but is generated only when a Logout request fails.
Keyword
Type
Description
PeripheralID
INT
The ICM PeripheralID of the ACD where 
the call is located.
Connection CallID
INT
The Call ID value assigned to the call by 
the peripheral or the ICM.
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.