RTCPReceived
Synopsis
Raised when an RTCP packet is received.
Description
Syntax
Event: RTCPReceived Channel: <value> ChannelState: <value> ChannelStateDesc: <value> CallerIDNum: <value> CallerIDName: <value> ConnectedLineNum: <value> ConnectedLineName: <value> AccountCode: <value> Context: <value> Exten: <value> Priority: <value> Uniqueid: <value> SSRC: <value> PT: <value> From: <value> RTT: <value> ReportCount: <value> [SentNTP:] <value> [SentRTP:] <value> [SentPackets:] <value> [SentOctets:] <value> ReportXSourceSSRC: <value> ReportXFractionLost: <value> ReportXCumulativeLost: <value> ReportXHighestSequence: <value> ReportXSequenceNumberCycles: <value> ReportXIAJitter: <value> ReportXLSR: <value> ReportXDLSR: <value>
Arguments
Channel
ChannelState
- A numeric code for the channel's current state, related to ChannelStateDescChannelStateDesc
Down
Rsrvd
OffHook
Dialing
Ring
Ringing
Up
Busy
Dialing Offhook
Pre-ring
Unknown
CallerIDNum
CallerIDName
ConnectedLineNum
ConnectedLineName
AccountCode
Context
Exten
Priority
Uniqueid
SSRC
- The SSRC identifier for the remote systemPT
- The type of packet for this RTCP report.200(SR)
201(RR)
From
- The address the report was received from.RTT
- Calculated Round-Trip Time in secondsReportCount
- The number of reports that were received.
The report count determines the number of ReportX headers in the message. The X for each set of report headers will range from 0 toReportCount - 1
.SentNTP
- The time the sender generated the report. Only valid when PT is200(SR)
.SentRTP
- The sender's last RTP timestamp. Only valid when PT is200(SR)
.SentPackets
- The number of packets the sender has sent. Only valid when PT is200(SR)
.SentOctets
- The number of bytes the sender has sent. Only valid when PT is200(SR)
.ReportXSourceSSRC
- The SSRC for the source of this report block.ReportXFractionLost
- The fraction of RTP data packets fromReportXSourceSSRC
lost since the previous SR or RR report was sent.ReportXCumulativeLost
- The total number of RTP data packets fromReportXSourceSSRC
lost since the beginning of reception.ReportXHighestSequence
- The highest sequence number received in an RTP data packet fromReportXSourceSSRC
.ReportXSequenceNumberCycles
- The number of sequence number cycles seen for the RTP data received fromReportXSourceSSRC
.ReportXIAJitter
- An estimate of the statistical variance of the RTP data packet interarrival time, measured in timestamp units.ReportXLSR
- The last SR timestamp received fromReportXSourceSSRC
. If no SR has been received fromReportXSourceSSRC
, then 0.ReportXDLSR
- The delay, expressed in units of 1/65536 seconds, between receiving the last SR packet fromReportXSourceSSRC
and sending this report.
Class
REPORTING
See Also
Import Version
This documentation was imported from Asterisk Version SVN-branch-13-r420538