How do you disable the CW tone after a transmission? I want to make my AllStarNode ID every 30 minutes, but if I disable the ID, will it mess up anything with the script I have?.
My Script
/usr/bin/sudo asterisk -rx “rpt cmd <NODE #> status 11 xxx”
You are saying you want a 30 min ‘beacon’ ?
Use a command/macro and just put it in the asl scheduler.
No need for a bash script.
But there is no disable cwid if that is what the id is set to.
You can set the id interval to some very high number (limit?)
and rely on your sched to do the id in 30 min intervals.(legal ?)
You do have ‘control states’ if that is any help ?
But the setting loaded at boot are finite.
It’s hard to determine your end goal here. It is not clear.
Hope something in that guides you where you are going.