Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 640
Chapter 6      Event Interfaces and Events
ICallEvents Interface
6-62
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.0(0)
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.
OnHoldCallConf
The OnHoldCallConf event is fired to the client to indicate that a Hold request 
was received by the CTIServer.
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 
list
ErrorMessage
STRING
String text containing the description of 
the failure.