Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 546
 
6-57
Cisco ICM Software CTI OS Developer’s Guide Release 6.0(0)
 
Chapter 6      Event Interfaces and Events
ICallEvents Interface
OnHoldCallConf
The OnHoldCallConf event is fired to the client to indicate that a Hold request 
was received by the CTIServer.
Syntax
C++:
 void OnHoldCallConf (Arguments & args);
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)
Keyword
Type
Description
UniqueObjectID
STRING
An object ID that uniquely identifies 
the call object.