Cisco Cisco Computer Telephony Integration OS 8.5 Developer's Guide

Page of 668
 
Chapter 6      Event Interfaces and Events
ICallEvents Interface
6-64
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.1(1) 
OnClearCallConf
The OnClearCallConf event is fired to the client to indicate that a Clear request 
was received by the CTIServer.
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.
ECC (optional)
ARGUMENTS Arguments array that contains all 
of the Expanded Call Context 
variables in use; for example:
 
 
user.ArrayVariable[0]
 
user.ArrayVariable[1]
 
...
 
user.ArrayVariable[n]
 
user.ScalarVariable
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