Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 500
   
6-29
CTI OS Developer’s Guide for Cisco Unified ICM/Contact Center Enterprise & Hosted
Release 7.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)
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