Cisco Cisco Computer Telephony Integration OS 8.5 Developer's Guide

Page of 640
6-43
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.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)
Parameters
args
Arguments array containing the following fields.
DivertingDeviceID 
(Optional)
STRING
The device identifier of the device from 
which the call was diverted. 
CalledDeviceID 
(Optional)
STRING
The device identifier of the device to 
which the call was diverted. 
Keyword
Type
Description
Keyword
Type
Description
UniqueObjectID
STRING
An object ID that uniquely identifies the 
call object.
CallStatus (optional) SHORT
The current status of the call.
ICMEnterprise 
UniqueID (optional)
STRING
Required only when the call is pre-routed.