Пример:
Technology: PJSIP
same => n,Log(NOTICE, ${CHANNEL(pjsip,call-id)})
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.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 time
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
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 identifier
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.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 request URI of theINVITE
request associated with the creation of this channel.local_uri
- The local URI.remote_uri
- The remote URI.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.
Комментариев нет:
Отправить комментарий