Cisco Cisco Computer Telephony Integration Option 9.0 Developer's Guide

Page of 668
 
6-117
CTI OS Developer’s Guide for Cisco ICM/IPCC Enterprise & Hosted Editions Release 7.1(1)
 
Chapter 6      Event Interfaces and Events
ISilentMonitorEvents
OnCallRTPStopped
The OnCallRTPStopped event indicates that an RTP media has been stopped.  
This event accompanies the call object in an IPCC environment.
Syntax
C++:
void OnCallRTPStopped(Arguments& args)
COM:
void OnCallRTPStopped (IArguments * args)
VB:  
session_OnCallRTPStopped (ByVal args As 
CtiosCLIENTLib.IArguments)
Parameters
args
Arguments array containing the following fields.
Field Name
Value
Data Type
MonitorID
The Monitor ID of the device or call monitor 
that caused this message to be sent to the client, 
or zero if there is no monitor associated with 
the event (All Events Service).
UINT
PeripheralID
The ICM PeripheralID of the ACD where the 
device is located.
UINT
ClientPort
The TCP/IP port number of the CTI Client 
connection that was closed.
UINT
Direction
The direction of the event.
One of the following values:
     0: Input; 
     1: Output;     
     2: Bi-directional.
USHORT
ConnectionDevice 
IDType
Indicates the type of the connection identifier 
supplied in the ConnectionDeviceID floating 
field 
USHORT