Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 640
6-49
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.0(0)
 
Chapter 6      Event Interfaces and Events
ICallEvents Interface
OnCallQueuedEvent
The placing of a call in a queue pending the availability of some resource may 
generate an OnCallQueuedEvent message to the CTI Client. Clients with Client 
Events Service may receive this message when an outbound call is queued waiting 
for a trunk or other resource. Clients with All Events Service may also receive this 
message when inbound calls are queued.
Syntax
C++:
void OnCallQueuedEvent(Arguments& args)
COM:
void OnCallQueuedEvent (IArguments * args)
VB:
session_OnCallQueuedEvent (ByVal args As 
CtiosCLIENTLib.IArguments)
Parameters
args
Arguments array containing the following fields.
Keyword
Type
Description
Connection DeviceID
INT
The identifier of the connection 
between the call and the device.
ConnectionDevice 
IDType
SHORT
Indicates the type of the connection 
identifier supplied in the 
ConnectionDeviceID
QueuedDeviceID
STRING
The device identifier of the queuing 
device.
QueuedDeviceIDType
SHORT
Indicates the type of the device 
identifier supplied in the 
QueuedDeviceID.
CallingDeviceID
STRING
The device identifier of the calling 
device.
CallingDeviceIDType
SHORT
Indicates the type of the device 
identifier supplied in the 
CalledDeviceID.