Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 668
 
6-67
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.1(1)
 
Chapter 6      Event Interfaces and Events
ICallEvents Interface
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
UniqueObjectID
STRING
An object ID that uniquely identifies 
the call object.
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.