Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 490
   
6-44
CTI OS Developer’s Guide for Cisco Unified Contact Center Enterprise
Release 8.5(3)
Chapter 6      Event Interfaces and Events
ICallEvents Interface
OnClearCallConf
The OnClearCallConf event is fired to the client to indicate that the CTI server received a Clear request.
Syntax
C++:
 void OnClearCallConf (Arguments & args);
COM:
 HRESULT OnClearCallConf ([in] IArguments * args);
VB:
Session_ OnClearCallConf (ByVal args as CTIOSCLIENTLIB.IArguments)
Parameters
args
Arguments array containing the following field.
Table 6-42
OnClearCallConf Parameters
OnClearConnectionConf
The OnClearConnectionConf event is fired to the client to indicate that the CTI server received a 
ClearConnection request.
Syntax
C++:
 void OnClearConnectionConf (Arguments & args);
COM:
HRESULT OnClearConnectionConf ([in] IArguments * args);
VB:
 Session_ OnClearConnectionConf (ByVal args as CTIOSCLIENTLIB.IArguments)
Parameters
args
Arguments array containing the following field.
CTIClients (Optional)
ARGUMENTS Arguments array that contains the information about the 
number of clients that are using the call object; for 
example:
CTIClient[1]
CTIClientSignature
CTIClientTimestamp
ICMEnterpriseUniqueID 
(Optional)
STRING
Required only when the call is pre-routed.
Keyword
Type
Description
Keyword
Type
Description
UniqueObjectID
STRING
An object ID that uniquely identifies the call object.