sipcapture / homer

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

Make calls searchable by duration #642

Open fredrik-dahlgren opened 4 months ago

fredrik-dahlgren commented 4 months ago

I'd like to make a feature request to search for calls based on duration or relative times. For example:

Basically mostly things you usually record in CDRs (ringing time and call duration) but without the extra step of searching cdrs -> extracting callid -> searching in homer.

github-actions[bot] commented 4 months ago

Please star this repository to motivate the developers and to get higher priority! :star:

lmangani commented 4 months ago

Hi @fredrik-dahlgren If you have CDRs expressing this already, the best way is to ingest them in HOMER with a Mapping and use them for searching - the SIP correlation would be automatic and so would the correlation.

fredrik-dahlgren commented 4 months ago

I actually don't save the ringing time in CDRs and i'd prefer not to duplicate (quite a lot of) data into homer if possible. But in any case, where can i find the documentation for correlating CDRs in Homer? I've added a correlation for X-CID according to this: https://github.com/sipcapture/homer/wiki/Custom-Header-Searching-and-Correlation but i'm not sure how to add and correlate other sources.