homer icon indicating copy to clipboard operation
homer copied to clipboard

RTCP data is stored on the DB but no QoS tab is displayed

Open juansalvatella opened this issue 2 years ago • 0 comments

Hi there,

I'm using the FreeSwitch agent for SIP, RTPEngine agent for RTCP and it's all being sent to a heplify-server. Everything is working like a charm except that I don't see any QoS reports. I've been investigating all around the wiki, the troubleshooting guide and the already opened issues but I can't find a way to get this to work.

If I connect to my postgresql and run:

homer_data=# select "raw" from hep_proto_5_default limit 5;

I can see that data is being sent and stored:

raw
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 { "sender_information":{"ntp_timestamp_sec":3867414562,"ntp_timestamp_usec":1011275819,"octets":32000,"rtp_timestamp":32000, "packets":200},"ssrc":721184726,"type":200,"report_count":1,"report_blocks":[{"source_ssrc":0,"highest_seq_no":29148,"fraction_lost":1,"ia_jitter":6,"packets_lost":1,"lsr":0,"dlsr":0}],"sdes_report_count":1,"sdes_information": [ {"sdes_chunk_ssrc":721184726,"type":1,"text":"2afc67d6"},{"sdes_chunk_ssrc":721184726,"type":7,"text":"FreeSWITCH.org -- Come to ClueCon.com"}] }
 { "ssrc":2089288832,"type":201,"report_count":1,"report_blocks":[{"source_ssrc":721184726,"highest_seq_no":20056,"fraction_lost":0,"ia_jitter":0,"packets_lost":0,"lsr":270679110,"dlsr":65536}],"sdes_report_count":1,"sdes_information": [ {"sdes_chunk_ssrc":2089288832,"type":1,"text":""}] }
 { "sender_information":{"ntp_timestamp_sec":3867414566,"ntp_timestamp_usec":1097119330,"octets":64160,"rtp_timestamp":64160, "packets":401},"ssrc":721184726,"type":200,"report_count":1,"report_blocks":[{"source_ssrc":2089288832,"highest_seq_no":29349,"fraction_lost":0,"ia_jitter":0,"packets_lost":1,"lsr":0,"dlsr":0}],"sdes_report_count":1,"sdes_information": [ {"sdes_chunk_ssrc":721184726,"type":1,"text":"2afc67d6"},{"sdes_chunk_ssrc":721184726,"type":7,"text":"FreeSWITCH.org -- Come to ClueCon.com"}] }
 { "ssrc":2089288832,"type":201,"report_count":1,"report_blocks":[{"source_ssrc":721184726,"highest_seq_no":20056,"fraction_lost":0,"ia_jitter":0,"packets_lost":0,"lsr":270942564,"dlsr":129761}],"sdes_report_count":1,"sdes_information": [ {"sdes_chunk_ssrc":2089288832,"type":1,"text":""}] }
 { "sender_information":{"ntp_timestamp_sec":3867414570,"ntp_timestamp_usec":1182958547,"octets":96320,"rtp_timestamp":96320, "packets":602},"ssrc":721184726,"type":200,"report_count":1,"report_blocks":[{"source_ssrc":2089288832,"highest_seq_no":29550,"fraction_lost":0,"ia_jitter":0,"packets_lost":1,"lsr":0,"dlsr":0}],"sdes_report_count":1,"sdes_information": [ {"sdes_chunk_ssrc":721184726,"type":1,"text":"2afc67d6"},{"sdes_chunk_ssrc":721184726,"type":7,"text":"FreeSWITCH.org -- Come to ClueCon.com"}] }
(5 rows)

What other steps should I take to troubleshoot this further?

Thanks!

juansalvatella avatar Jul 21 '22 19:07 juansalvatella