What's New
Per-Channel & Per-Tone-Set TonesToActive Downstream Forwarding
Each talkgroup can now independently forward tone alerts to a TonesToActive server:
- Channel-level forwarding — Enable on any talkgroup with tone detection active; set a destination URL and API key to forward all tone alerts from that channel
- Per-tone-set forwarding — Fine-grained control inside each individual tone set definition to forward only specific tone set detections
- When a tone alert fires, the system sends the tone set name, transcript, and raw audio as a multipart POST to the configured TonesToActive
/api/tone-alertendpoint with theX-API-Keyheader - Database migration automatically adds the new columns (
toneDownstreamEnabled,toneDownstreamURL,toneDownstreamAPIKey) to existing installations — no manual action required - Admin UI updated: talkgroup editor shows the forwarding section when tone detection is enabled
Other Changes
.gitignore: TonesToActive sidecar project excluded from main repo