sipcapture / homer7-docker

HOMER 7 Docker Images
93 stars 84 forks source link

homer7-docker - grafana RTCP is empty #111

Closed yu-boot closed 2 years ago

yu-boot commented 2 years ago

Hello, I use Debian 10,

docker-compose version 1.29.2, build 5becea4c

lastest homer7-docker package from this GIT

Homer shows itself SIP requests and statistics - OK. Grafana shows SOME SIP statistics, but RTCP dashboard is empty.

Grafana reports warnings and errors like this https://pastebin.com/sny5Gvth to console when I start docker package.

What can it be? How to make RTCP statistics work?

lmangani commented 2 years ago

Do you have RTCP data for any of your calls?

yu-boot commented 2 years ago

Do you have RTCP data for any of your calls?

Yes, I see RTCP between Asterisk and its clients.

lmangani commented 2 years ago

I mean do you see it in HOMER? Please share an example or screenshot. If there's no RTCP in the HOMER flow, there won't be any statistics either.

Are you using heplify to sniff the traffic or the Asterisk built in res_hep and res_hep_rtcp modules?

yu-boot commented 2 years ago

I use builtin HEP modules in Asterisk. Homer looks like this after a call on Asterisk image

I see something RTP-related on port 9060 on Docker machine, not only SIP messages, but I see nothing of this in Grafana. Calls and SIP methods are there, but RTCP etc contains "no data"

lmangani commented 2 years ago

Did you load the res_hep_rtcp module as well? https://github.com/sipcapture/homer/wiki/Examples:-Asterisk Click the Call-id and a session popup will open. If there's any RTCP you will see it in the popup window.

yu-boot commented 2 years ago

I use very this hep.conf for Asterisk :)

I see something about RTP only here and only after clicking "Run query" image

lmangani commented 2 years ago

It seems you might be a new user. Please click the QoS tab. If there's any RTCP it will be shown in there. If it is there, then it should be displayed in your statistics assuming prometheus is working right.

yu-boot commented 2 years ago

In Grafana there is still "no data" in XRTP and RTCP

image