Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 668
 
6-69
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.1(1)
 
Chapter 6      Event Interfaces and Events
ICallEvents Interface
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.
Syntax
C++:
 void OnRetrieveCallConf (Arguments & args);
COM:
HRESULT OnRetrieveCallConf ([in] IArguments * args);
Keyword
Type
Description
UniqueObjectID
STRING
An object ID that uniquely identifies 
the call object.