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

Call Flow is flow of SIPs overtime not flow of sips of a call (HOMER10) #657

Closed bazrafshanmh closed 2 months ago

bazrafshanmh commented 2 months ago

As described in the title, the call flow dashboard in homer10 is the flow of multiple SIPs over a limited time, (and it has the log messages too!) not a a great thing like the homer7 and Wireshark's call flow.

lmangani commented 2 months ago

This is still very much a WIP so all feedback is useful, but like most users transitioning and in absence of docs I think most are missing the point. The flow-view acts on a filter (like any other widget) returning and by restricting what the filter shows you get the same effect. The example offers a mixed view but by all means it can display only SIP messages and/or sessions, etc by query.

The view in Grafana is like a "looking glass" we can use to display a single session, live traffic, relations between different types, CDRs and so on. Regular homer-only things will carry on in the homer-interface once we reach API stability.

bazrafshanmh commented 2 months ago

thanks, Solved