Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 500
   
6-45
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions
Cisco CTI OS Release 7.2(1)
Chapter 6      Event Interfaces and Events
ICallEvents Interface
Parameters
args
Arguments array containing the following field.
Keyword
Type
Description
UniqueObjectID
STRING
An object ID that uniquely identifies the call object.
OnControlFailureConf
The OnControlFailureConf event is generated when a request to the peripheral (the ACD) fails.
Syntax
C++:
void OnControlFailureConf(Arguments& args)
COM:
void OnControlFailureConf (IArguments * args)
VB:
session_OnControlFailureConf (ByVal args As CtiosCLIENTLib.IArguments)
Parameters
args
Arguments array containing the following fields.
Keyword
Type
Description
PeripheralID
INT
Peripheral ID.
FailureCode
SHORT
Code ID.
PeripheralError 
Code
INT
Peripheral-specific error data, if available. Zero otherwise.
AgentID
STRING
Agent ID that represents a specific client.
UniqueObjectID
STRING
An object ID that uniquely identifies the call object.
MessageType
INT
Contains the CTI OS Command Request ID that failed to 
execute. The message types that can be included in this 
parameter are those to used to control Call, Agent State and 
Supervisor actions. Refer to 
 for a complete list
ErrorMessage
STRING
String text containing the description of the failure.
OnHoldCallConf
The OnHoldCallConf event is fired to the client to indicate that a Hold request was received by the 
CTIServer.
Syntax
C++:
 void OnHoldCallConf (Arguments & args);