Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 546
 
6-41
Cisco ICM Software CTI OS Developer’s Guide Release 6.0(0)
 
Chapter 6      Event Interfaces and Events
ICallEvents Interface
OnCallConferenced
The joining of calls into a conference call or the adding of a new call joining a 
conference may generate an OnCallConferenced event. With this event, the 
connections at the controller’s device merge to become one connection with a 
status of LCS_CONNECT, and the status of the connections at the original 
caller’s device and at the consulted device remain unchanged.
Syntax
C++:
void OnCallConferenced(Arguments& args)
COM:
void OnCallConferenced (IArguments * args)
VB:
session_OnCallConferenced (ByVal args As 
CtiosCLIENTLib.IArguments)
Parameters
args
Arguments array containing the following fields.
Keyword
Type
Description
PeripheralID
INT
The ICM PeripheralID of the ACD 
where the call activity occurred.
PeripheralType
SHORT
The type of the peripheral. 
CallType
SHORT
The general classification of the call 
type.
UniqueObjectID
STRING
An object ID that uniquely identifies 
the call object.
RouterCallKeyDay
INT
Together with the 
RouterCallKeyCallID field forms the 
unique 64-bit key for locating this 
call’s records in the ICM database. 
Only provided for Post-routed and 
Translation-routed calls. 
RouterCalKeyCallID
INT
The call key created by the ICM. The 
ICM resets this counter at midnight.