Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 490
   
6-64
CTI OS Developer’s Guide for Cisco Unified Contact Center Enterprise
Release 8.5(3)
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.
Table 6-64
OnEmergencyCall Parameters
E_CTI_INVALID_ 
NUM_NAMED_ 
VARIABLES
The value in the NumNamedVariables field is different than the 
number of NamedVariable floating fields in the message.
77
E_CTI_INVALID_ 
NUM_NAMED_ 
ARRAYS
The value in the NumNamedArrays field is different than the 
number of NamedArray floating fields in the message.
78
Table 6-63
Control Failure Codes
Status Code
Description
Value
Keyword
Type
Description
PeripheralID
INT
The Unified 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 Unified 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.