Cisco Cisco Computer Telephony Integration OS 8.5 Guia Do Programador

Página de 490
   
6-45
CTI OS Developer’s Guide for Cisco Unified Contact Center Enterprise
Release 8.5(3)
Chapter 6      Event Interfaces and Events
ICallEvents Interface
Table 6-43
OnClearConnectionConf Parameters
OnConferenceCallConf
The OnConferenceCallConf event is fired to the client to indicate that the CTI server received a 
ConferenceCall or SingleStepConferenceCall request.
Syntax
C++:
 void OnConferenceCallConf (Arguments & args);
COM:
 HRESULT OnConferenceCallConf ([in] IArguments * args);
VB:
 Session_ OnConferenceCallConf (ByVal args as CTIOSCLIENTLIB.IArguments)
Parameters
args
Arguments array containing the following field.
Table 6-44
OnConferenceCallConf Parameters
OnConsultationCallConf
The OnConsultationCallConf event is fired to the client to indicate that the CTI server received a 
MakeConsultCall request.
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.
Table 6-45
OnConsulationCallConf Parameters
Keyword
Type
Description
UniqueObjectID
STRING
An object ID that uniquely identifies the call object.
Keyword
Type
Description
UniqueObjectID
STRING
An object ID that uniquely identifies the call object.
Keyword
Type
Description
UniqueObjectID
STRING
An object ID that uniquely identifies the call object.