...
- Technology: PJSIP
rtp
- R/O Retrieve media related information.type
- When rtp is specified, thetype
parameter must be provided. It specifies which RTP parameter to read.src
- Retrieve the local address for RTP.dest
- Retrieve the remote address for RTP.direct
- If direct media is enabled, this address is the remote address used for RTP.secure
- Whether or not the media stream is encrypted.0
- The media stream is not encrypted.1
- The media stream is encrypted.
hold
- Whether or not the media stream is currently restricted due to a call hold.0
- The media stream is not held.1
- The media stream is held.
media_type
- When rtp is specified, themedia_type
parameter may be provided. It specifies which media stream the chosen RTP parameter should be retrieved from.audio
- Retrieve information from the audio media stream.Info title Note If not specified,
audio
is used by default.video
- Retrieve information from the video media stream.
rtcp
- R/O Retrieve RTCP statistics.statistic
- When rtcp is specified, thestatistic
parameter must be provided. It specifies which RTCP statistic parameter to read.all
- Retrieve a summary of all RTCP statistics.
The following data items are returned in a semi-colon delineated list:ssrc
- Our Synchronization Source identifierthemssrc
- Their Synchronization Source identifierlp
- Our lost packet countrxjitter
- Received packet jitterrxcount
- Received packet counttxjitter
- Transmitted packet jittertxcount
- Transmitted packet countrlp
- Remote lost packet countrtt
- Round trip timetxmes
- Transmitted Media Experience Scorerxmes
- Received Media Experience Score
all_jitter
- Retrieve a summary of all RTCP Jitter statistics.
The following data items are returned in a semi-colon delineated list:minrxjitter
- Our minimum jittermaxrxjitter
- Our max jitteravgrxjitter
- Our average jitterstdevrxjitter
- Our jitter standard deviationreported_minjitter
- Their minimum jitterreported_maxjitter
- Their max jitterreported_avgjitter
- Their average jitterreported_stdevjitter
- Their jitter standard deviation
all_loss
- Retrieve a summary of all RTCP packet loss statistics.
The following data items are returned in a semi-colon delineated list:minrxlost
- Our minimum lost packetsmaxrxlost
- Our max lost packetsavgrxlost
- Our average lost packetsstdevrxlost
- Our lost packets standard deviationreported_minlost
- Their minimum lost packetsreported_maxlost
- Their max lost packetsreported_avglost
- Their average lost packetsreported_stdevlost
- Their lost packets standard deviation
all_rtt
- Retrieve a summary of all RTCP round trip time information.
The following data items are returned in a semi-colon delineated list:minrtt
- Minimum round trip timemaxrtt
- Maximum round trip timeavgrtt
- Average round trip timestdevrtt
- Standard deviation round trip time
all_mes
- Retrieve a summary of all RTCP Media Experience Score information.
The following data items are returned in a semi-colon delineated list:minmes
- Minimum MES based on us analysing received packets.maxmes
- Maximum MES based on us analysing received packets.avgmes
- Average MES based on us analysing received packets.stdevmes
- Standard deviation MES based on us analysing received packets.reported_minmes
- Minimum MES based on data we get in Sender and Receiver Reports sent by the remote endreported_maxmes
- Maximum MES based on data we get in Sender and Receiver Reports sent by the remote endreported_avgmes
- Average MES based on data we get in Sender and Receiver Reports sent by the remote endreported_stdevmes
- Standard deviation MES based on data we get in Sender and Receiver Reports sent by the remote end
txcount
- Transmitted packet countrxcount
- Received packet counttxjitter
- Transmitted packet jitterrxjitter
- Received packet jitterremote_maxjitter
- Their max jitterremote_minjitter
- Their minimum jitterremote_normdevjitter
- Their average jitterremote_stdevjitter
- Their jitter standard deviationlocal_maxjitter
- Our max jitterlocal_minjitter
- Our minimum jitterlocal_normdevjitter
- Our average jitterlocal_stdevjitter
- Our jitter standard deviationtxploss
- Transmitted packet lossrxploss
- Received packet lossremote_maxrxploss
- Their max lost packetsremote_minrxploss
- Their minimum lost packetsremote_normdevrxploss
- Their average lost packetsremote_stdevrxploss
- Their lost packets standard deviationlocal_maxrxploss
- Our max lost packetslocal_minrxploss
- Our minimum lost packetslocal_normdevrxploss
- Our average lost packetslocal_stdevrxploss
- Our lost packets standard deviationrtt
- Round trip timemaxrtt
- Maximum round trip timeminrtt
- Minimum round trip timenormdevrtt
- Average round trip timestdevrtt
- Standard deviation round trip timelocal_ssrc
- Our Synchronization Source identifierremote_ssrc
- Their Synchronization Source identifiertxmes
- Current MES based on us analyzing rtt, jitter and loss in the actual received RTP stream received from the remote end. I.E. This is the MES for the incoming audio stream.rxmes
- Current MES based on rtt and the jitter and loss values in RTCP sender and receiver reports we receive from the remote end. I.E. This is the MES for the outgoing audio stream.remote_maxmes
- Max MES based on data we get in Sender and Receiver Reports sent by the remote endremote_minmes
- Min MES based on data we get in Sender and Receiver Reports sent by the remote endremote_normdevmes
- Average MES based on data we get in Sender and Receiver Reports sent by the remote endremote_stdevmes
- Standard deviation MES based on data we get in Sender and Receiver Reports sent by the remote endlocal_maxmes
- Max MES based on us analyzing the received RTP streamlocal_minmes
- Min MES based on us analyzing the received RTP streamlocal_normdevmes
- Average MES based on us analyzing the received RTP streamlocal_stdevmes
- Standard deviation MES based on us analyzing the received RTP stream
media_type
- When rtcp is specified, themedia_type
parameter may be provided. It specifies which media stream the chosen RTCP parameter should be retrieved from.audio
- Retrieve information from the audio media stream.Info title Note If not specified,
audio
is used by default.video
- Retrieve information from the video media stream.
endpoint
- R/O The name of the endpoint associated with this channel. Use the PJSIP_ENDPOINT function to obtain further endpoint related information.contact
- R/O The name of the contact associated with this channel. Use the PJSIP_CONTACT function to obtain further contact related information. Note this may not be present and if so is only available on outgoing legs.aor
- R/O The name of the AOR associated with this channel. Use the PJSIP_AOR function to obtain further AOR related information. Note this may not be present and if so is only available on outgoing legs.pjsip
- R/O Obtain information about the current PJSIP channel and its session.type
- When pjsip is specified, thetype
parameter must be provided. It specifies which signalling parameter to read.call-id
- The SIP call-id.secure
- Whether or not the signalling uses a secure transport.0
- The signalling uses a non-secure transport.1
- The signalling uses a secure transport.
target_uri
- The contact URI where requests are sent.local_uri
- The local URI.local_tag
- Tag in From headerremote_uri
- The remote URI.remote_tag
- Tag in To headerrequest_uri
- The request URI of the incomingINVITE
associated with the creation of this channel.t38state
- The current state of any T.38 fax on this channel.DISABLED
- T.38 faxing is disabled on this channel.LOCAL_REINVITE
- Asterisk has sent are-INVITE
to the remote end to initiate a T.38 fax.REMOTE_REINVITE
- The remote end has sent are-INVITE
to Asterisk to initiate a T.38 fax.ENABLED
- A T.38 fax session has been enabled.REJECTED
- A T.38 fax session was attempted but was rejected.
local_addr
- On inbound calls, the full IP address and port number that theINVITE
request was received on. On outbound calls, the full IP address and port number that theINVITE
request was transmitted from.remote_addr
- On inbound calls, the full IP address and port number that theINVITE
request was received from. On outbound calls, the full IP address and port number that theINVITE
request was transmitted to.
...
This documentation was imported from Asterisk Version GIT-18-8067229de74515