sipcapture / homer

HOMER - 100% Open-Source SIP, VoIP, RTC Packet Capture & Monitoring
https://sipcapture.org
GNU Affero General Public License v3.0
1.64k stars 242 forks source link

Setting Up Homer 10 with Kamailio and SipCapture for SIP Monitoring #663

Closed bazrafshanmh closed 1 month ago

bazrafshanmh commented 1 month ago

Hello, and sorry for taking up your time Since I did not find complete and correct sources and documents for my question, I am now raising it here

Can you provide a way to use the XRTP dashboard in Homer 10 using Kamailio? In that dashboard, no panel has data, and also in Prometheus, there are no metrics with the names mentioned in the query.

The best way I've found is to use sipcapture instead of siptrace, which I needed help finding proper documentation on how to use it.

lmangani commented 1 month ago

Hello @bazrafshanmh and thanks for the question. the answer is simple - the XRTP dashboard requires the clients to send X-RTP-Stat data in the SIP signaling. If this is the case, statistics will display. Note this is not connected to any other RTCP/RTP feature.

Hope this helps!

bazrafshanmh commented 1 month ago

Do you mean that my softphone should support this sip header? Do you know any softphone (or sip-stack) that supports this?

lmangani commented 1 month ago

@bazrafshanmh baresip comes to mind, but its not that common. Yes the phone has to send the stats in a header and/or RTCP-XR SIP packets, etc.