-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to add information on jitters & packet lost to visualization? #39
Comments
Hello @SerhiiZahuba the widget is intended as a generic flow component and not exclusive to the homer usecase alone. This widget alone is a "looking glass" and displays all the data in its raw format and mostly useful with filters. Per-session media graph visualization will be done using Grafana panels + correlation and its already possible, but not yet visually automated anywhere. We count on completing this by the end of this year. Feel free to submit any ideas or concepts. Edit: I assume you saw the other dashboards where the RTCP data is being visualized already - without tag correlation |
It seems you have no data to show. The issue might be with the ingestion stage. |
Strange. If you have the opportunity? Can you tell me where to look for this problem? On the asterisk side, I use the usual heplify agent. I have the old homer7 running in a container as well. I turned off the old container and turned on the new homer10 with your dashboard - that is, all data is received on port 9060 and in the main dashboard it is displayed, but in others, for example, CDR Search, it is empty. |
I would suggest running our homer10 demo which should produce a working setup with synthetic results to learn how it works and/or find the difference with your setup. |
In sip-explore, I see that there is a lot of information about the call, such as
packets_lost \ ia_jitter and others. But there is no such information in the review of the call itself (graph).
{"sender_information":{"ntp_timestamp_sec":3904805878,"ntp_timestamp_usec":579257856,"rtp_timestamp":245328,"packets":1450,"octets":29000},"ssrc":1899301537,"type":202,"report_count":1,"report_blocks":[{"source_ssrc":3817976455,"fraction_lost":0,"packets_lost":4,"highest_seq_no":22941,"ia_jitter":35,"lsr":0,"dlsr":0}],"report_blocks_xr":{"type":0,"id":0,"fraction_lost":0,"fraction_discard":0,"burst_density":0,"gap_density":0,"burst_duration":0,"gap_duration":0,"round_trip_delay":0,"end_system_delay":0},"sdes_ssrc":1899301537}
The text was updated successfully, but these errors were encountered: