Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 546
 
Chapter 6      Event Interfaces and Events
ICallEvents Interface
6-24
Cisco ICM Software CTI OS Developer’s Guide Release 6.0(0)
Parameters
args
Arguments array containing the following fields.
OnCallDataUpdate
Changes to the call context data will generate an OnCallDataUpdate event. Only 
the items that have changed will be in the event argument array. The initial call 
context is provided in the OnCallBegin event. 
Syntax
C++:
void OnCallDataUpdate(Arguments& args)
COM:
void OnCallDataUpdate (IArguments * args)
VB:
session_OnCallDataUpdate (ByVal args As 
CtiosCLIENTLib.IArguments)
Parameters
args
Arguments array containing the following fields.
Keyword
Type
Description
UniqueObjectID
STRING
An object ID that uniquely identifies the 
call object.
CallStatus
SHORT
The current status of the call.
ICMEnterprise 
UniqueID (Optional)
STRING
Required only when the call is pre-routed.
Keyword
Type
Description
PeripheralID
INT
The ICM PeripheralID of the ACD 
where the call activity occurred.
PeripheralType
SHORT
The type of the peripheral.