Mason10198 / SkywarnPlus

Empowering Asterisk / app_rpt Nodes with Local Alert Intelligence
GNU General Public License v3.0
58 stars 3 forks source link

Prevent Duplicate Broadcasts w/ Filters #20

Closed Mason10198 closed 1 year ago

Mason10198 commented 1 year ago

It is possible for the sayAlert function to announce the same message more than once in a row if blocking filters are used.

sayAlert needs to have its own last_alerts that are saved after sayAlert filtering is applied.

This will prevent alerts blocked from sayAlert from triggering sayAlert.

Mason10198 commented 1 year ago

Resolved in v0.2.2