Cisco Cisco Computer Telephony Integration OS 8.5 Developer's Guide

Page of 500
   
6-45
CTI OS Developer’s Guide for Cisco Unified ICM/Contact Center Enterprise & Hosted
Release 7.5(1)
Chapter 6      Event Interfaces and Events
ICallEvents Interface
COM:
 HRESULT OnHoldCallConf ([in] IArguments * args);
VB:
 Session_ OnHoldCallConf (ByVal args as CTIOSCLIENTLIB.IArguments)
Parameters
args
Arguments array containing the following field.
OnMakePredictiveCallConf
Not supported.
OnReconnectCallConf
The OnReconnectCallConf event is fired to the client to indicate that a Reconnect request was received 
by the CTIServer.
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.
OnReleaseCallConf
Not supported.
OnRetrieveCallConf
The OnRetrieveCallConf event is fired to the client to indicate that a RetrieveCall request was received 
by the CTIServer.
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.