Cisco Cisco Computer Telephony Integration OS 8.5 Developer's Guide

Page of 490
   
6-47
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-47
OnHoldCallConf Parameters
OnMakePredictiveCallConf
Not supported.
OnReconnectCallConf
The OnReconnectCallConf event is fired to the client to indicate that the CTI server received a 
Reconnect request.
Syntax
C++:
 void OnReconnectCallConf (Arguments & args);
COM:
HRESULT OnReconnectCallConf ([in] IArguments * args);
VB:
Session_ OnReconnectCallConf (ByVal args as CTIOSCLIENTLIB.IArguments)
Parameters
args
Arguments array containing the following field.
Table 6-48
OnMakePredictiveCallConf Parameters
OnReleaseCallConf
Not supported.
OnRetrieveCallConf
The OnRetrieveCallConf event is fired to the client to indicate that the CTI server received a 
RetrieveCall request.
Syntax
C++:
 void OnRetrieveCallConf (Arguments & args);
COM:
HRESULT OnRetrieveCallConf ([in] IArguments * args);
VB:
Session_ OnRetrieveCallConf (ByVal args as CTIOSCLIENTLIB.IArguments)
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.