[asterisk-bugs] [JIRA] (ASTERISK-30133) no RTCP stats for outgoing channel
Fabian Borot (JIRA)
noreply at issues.asterisk.org
Thu Jul 7 14:54:08 CDT 2022
Fabian Borot created ASTERISK-30133:
---------------------------------------
Summary: no RTCP stats for outgoing channel
Key: ASTERISK-30133
URL: https://issues.asterisk.org/jira/browse/ASTERISK-30133
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Channels/chan_pjsip
Affects Versions: 18.12.0
Reporter: Fabian Borot
in asterisk 13 and older versions using channel sip we can use the variables
RTPAUDIOQOS and RTPAUDIOQOSBRIDGED to gather the RTP stats on both the incoming and the outgoing channel.
I found that for pjsip now we should use the CHANNEL function like this
exten => s,n,NoOp(RTCP STATS ${CHANNEL(rtcp,all)}) but only the information on the incoming channel is shown, example
"RTCP STATS ssrc=1497626941;themssrc=1054114939;lp=0;rxjitter=0.000000;rxcount=527;txjitter=0.000042;txcount=656;rlp=0;rtt=0.000289"
is there a way to get the rtcp stats for the outgoing channel as well? if so , how?
thank you
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list