Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 546
 
Chapter 6      Event Interfaces and Events
ICallEvents Interface
6-56
Cisco ICM Software CTI OS Developer’s Guide Release 6.0(0)
OnConsultationCallConf
The OnConsultationCallConf event is fired to the client to indicate that a 
MakeConsultCall request was received by the CTIServer.
Syntax
C++:
 void OnConsultationCallConf (Arguments & args);
COM:
 HRESULT OnConsultationCallConf ([in] IArguments * args);
VB:
Session_ OnConsultationCallConf (ByVal args as 
CTIOSCLIENTLIB.IArguments)
Parameters
args
Arguments array containing the following field.
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.
Keyword
Type
Description
UniqueObjectID
STRING
An object ID that uniquely identifies 
the call object.