Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 546
 
6-23
Cisco ICM Software CTI OS Developer’s Guide Release 6.0(0)
 
Chapter 6      Event Interfaces and Events
ICallEvents Interface
OnCallEnd
The OnCallEnd event is generated when the association between a call and the 
CTI Client is dissolved. The OnCallEnd event is the last event received for a Call.
Syntax
C++:
void OnCallEnd(Arguments& args)
COM:
void OnCallEnd (IArguments * args)
VB:
session_OnCallEnd (ByVal args As CtiosCLIENTLib.IArguments)
CallStatus (optional)
SHORT
The current status of the call.
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
ICMEnterprise 
UniqueID (Optional)
STRING
Required only when the call is 
pre-routed.
Keyword
Type
Description