Cisco Cisco Computer Telephony Integration Option 8.5 Developer's Guide

Page of 278
5-44
CTI Server Message Reference Guide (Protocol Version 9) Release 7.0(0)
Chapter 5      Application Level Interfaces
Client Events Service
RTP_STOPPED_EVENT
The RTP_STOPPED_EVENT message indicates that an RTP media has been stopped.  There are two 
media streams for audio media so there will be two RTP Stopped events, one indicating the input has 
started (i.e. the phone is not listening) and the other that the output has started (i.e. the outgoing media 
from the agent phone has stopped).
The RTP_STOPPED_EVENT will be received when the call is placed on hold, and when the call 
disconnects.
 defines the format of the RTP_STOPPED_EVENT message:
RTPType
The type of the event. One of the 
following values:
     0: Audio; 
     1: Video;     
     2: Data.
USHORT
2
BitRate
The media bit rate, used for g.723 
payload only
UINT
4
EchoCancellation
on/off
USHORT
2
PacketSize
In milliseconds
UINT
4
PayloadType
The audio codec type
USHORT
2
ConnectionDevice 
IDType
Indicates the type of the 
connection identifier supplied in 
the ConnectionDeviceID floating 
field 
USHORT
2
ConnectionCallID
The Call ID value assigned to this 
call by the peripheral or ICM 
software.
UINT
4
Floating Part
Field Name
Value
Data Type
Max. 
Size
Connection 
DeviceID 
The identifier of the connection 
between the call and the device.
STRING
64
ClientAddress 
The IP address of the CTI client.
STRING
16
AgentID (optional)
The agent’s ACD login ID.
STRING
12
AgentExtension 
(optional)
The agent’s ACD teleset extension STRING
16
AgentInstrument 
(optional)
The agent’s ACD instrument 
number
STRING
64
Maximum message size (including header)
224
Table 5-23
RTP_STARTED_EVENT Message Format (continued)