Cisco Cisco Computer Telephony Integration OS 8.5 Developer's Guide

Page of 506
   
6-32
CTI OS Developer’s Guide for Cisco Unified Contact Center Enterprise
Release 8.5(1)
Chapter 6      Event Interfaces and Events
ICallEvents Interface
OnCallDelivered
The OnCallDelivered event may be generated when the call arrives at the agent’s teleset. Both parties 
(call connections) receive this event. With this event, the called party’s connection status becomes 
LCS_ALERTING but the calling party’s connection status remains LCS_INITIATE. 
Note
With certain switches, when a call is made outside of the ACD, this event may not be received. See 
OnCallReachedNetwork for more detail.
Syntax
C++:
void OnCallDelivered(Arguments& args)
COM:
void OnCallDelivered (IArguments * args)
VB:
session_OnCallDelivered (ByVal args As CtiosCLIENTLib.IArguments)
SkillGroupPriority 
(Optional)
SHORT
The priority of the skill group, or 0 when skill group priority 
is not applicable or not available.
CallWrapupData 
(Optional)
STRING
Call-related wrap-up data. 
CallVariable1 
(Optional)
STRING
Call-related variable data.
CallVariable10 
(Optional)
STRING
Call-related variable data.
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