Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 500
   
6-27
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions
Cisco CTI OS Release 7.2(1)
Chapter 6      Event Interfaces and Events
ICallEvents Interface
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. 
ConnectionCallID
UINT
The Call ID value assigned to this call by the peripheral or 
the ICM.
ANI (optional)
STRING
The calling line ID of the caller. 
DNIS (optional)
STRING
The DNIS provided with the call. 
UserToUserInfo 
(Optional)
STRING
The ISDN user-to-user information element. unspecified, up 
to 131 bytes. 
DialedNumber 
(Optional)
STRING
The number dialed. 
CallerEnteredDigits 
(Optional)
STRING
The digits entered by the caller in response to IVR 
prompting. 
ServiceNumber 
(Optional)
INT
The service that the call is attributed to, as known to the 
peripheral. May contain the special value NULL_SERVICE 
when not applicable or not available.
ServiceID (Optional)
INT
The ICM ServiceID of the service that the call is attributed 
to. May contain the special value NULL_SERVICE when 
not applicable or not available.
SkillGroupNumber 
(Optional)
INT
The number of the agent SkillGroup the call is attributed to, 
as known to the peripheral. May contain the special value 
NULL_SKILL_GROUP when not applicable or not 
available.