You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having gotten back into playing/messing with trunk-recorder, this is a follow-up to #456 and is list I've been keeping/adding to myself
remove duplicate #include <errno.h> in lib/op25_repeater/lib/p25_frame_assembler_impl.cc
"tbsk" typo in p25_parser.cc
emergency flag (cc and calls)
create configure.md entry for logDir option
create configure.md entry for controlRetuneLimit option
create configure.md entry for silence frames, make boolean (should do "real time" recording by including the silence frames that terminators, etc are attached to)
fix unitScript configure.md entry (something about talkgroups?)
remove white space at end of lines/spaces before tabs
add pause to create_call_json in call concluder to wait for compress_wav to finish
remove duplicate add_file_log (fix Create log file earlier #754), move it up so "Using Config file"..."Log Directory" lines make it into them
option to disable BOOST logging to console (since there's also the log files option)
make priority levels work more logical (e.g. allow preemption when a lower-numbered priority call comes in and there's no recorder available, have a level setting above which talk groups are never recorded)
have a priority level setting that is given to unknown talkgroups, instead of just the blanket record/ignore option
add line break to chan update log messages (issue is that a single update message can contain 2 entries)
move unknown message logging from p25_parser to main so the system name can be added (or is there a way to get the system name in p25_parser? Right now all of those messages don't include where they came from)
add a flag to log lines that are control channel messages (not about calls or other trunk-recorder actions)
combine channel grant and update routines
move patch info logging from rate check to status message (it creates repetitive log lines every 3 seconds now)
possibly remove the talkgroup_tag / _description / _group_tag / _group lines from JSON as consumers should be looking that stuff up in the channel list.
remove rx_status.last_update that I added as I don't use it anymore
possibly a tiny version of trunk-recorder with all call functions removed, for testing location/device/settings/antenna quality based on control channel decoding rate
possibly implement maxDuration for trunked calls (only does conventional now; would stop stuck calls)
The text was updated successfully, but these errors were encountered:
Having gotten back into playing/messing with trunk-recorder, this is a follow-up to #456 and is list I've been keeping/adding to myself
#include <errno.h>
in lib/op25_repeater/lib/p25_frame_assembler_impl.cccreate_call_json
in call concluder to wait for compress_wav to finishmessage.source == call->talkgroup
checking 0eb05cdBOOST_LOG_TRIVIAL(info) << "stopping flow graph" << std::endl;
(?)add_internal_plugin
if plugin is set in config.jsonrx_status.last_update
that I added as I don't use it anymoretrunk-recorder/trunk-recorder/main.cc
Line 334 in 0dbe2f3
false
stated in configure.mdThe text was updated successfully, but these errors were encountered: