trunk-recorder icon indicating copy to clipboard operation
trunk-recorder copied to clipboard

OPENMHZ - Filter on radio ID

Open dbuttry opened this issue 3 years ago • 4 comments

I would like to be able to filter on radio ID to follow my family member who is a LEO. Any chance of being able to incorporate that? Thanks!!!

dbuttry avatar Aug 01 '20 20:08 dbuttry

Unfortunately it is probably something I can't do. Running that search on the DB would probably grind it to a halt if it was done a lot... I will can go check it out when I have a chance and see if I can come up without a good search/index strategy. It may not end up being as bad as I think.

robotastic avatar Aug 03 '20 02:08 robotastic

I'm not sure if OpenMHZ is storing and indexing all radio IDs that are part of conversations, but certainly the conversation architecture that trunk-recorder has implemented makes is much harder to tackle this sort of individual radio ID indexing.

This would reference the existing feature request I've opened to have an option to not record calls as conversations but instead as individual calls.

https://github.com/robotastic/trunk-recorder/issues/326

"Conversation" handling is a rather arbitrary approach and results in significant difficulties in implementing data normalization schemes such as the OP request.

blantonl avatar Aug 16 '20 14:08 blantonl

Would it be possible to at least have a column of radio IDs from the call like I do on my sites? http://www.rosecitytransit.org/radio/ http://kcmscanner.ddns.net/

Besides being able to follow certain employees, it helps in finding different parts of an incident once you know who's responding in order to get the whole picture. Now you basically have to listen to every conversation on that talk group. Broadcastify Calls does have a column but only ever seems to show one of the radios used.

rosecitytransit avatar Dec 25 '20 10:12 rosecitytransit

That's an easy change to the source code; I've done an ugly implementation of that on a fork of OpenMHz. Not sure if @robotastic would be interested in that upstream?

natecarlson avatar Dec 25 '20 17:12 natecarlson