Cisco Cisco Computer Telephony Integration OS 8.5 Developer's Guide

Page of 546
 
Chapter 6      Event Interfaces and Events
ICallEvents Interface
6-30
Cisco ICM Software CTI OS Developer’s Guide Release 6.0(0)
OnCallEstablished
The OnCallEstablished event may be generated when the call is answered at the 
agent’s teleset. Both parties (call connections) receive this event when the call is 
answered. With this event, the call status of both parties becomes 
LCS_CONNECT.
Note
Under 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 OnCallEstablished(Arguments& args)
COM:
void OnCallEstablished (IArguments * args)
VB:
session_OnCallEstablished (ByVal args As 
CtiosCLIENTLib.IArguments)
Parameters
args
Arguments array containing the following fields.
TrunkNumber (optional)
INT
The number representing a trunk.
TrunkGroup Number 
(optional)
INT
The number representing a trunk group.
Keyword
Type
Description