[arm-allstar] Connect and Disconnect
Dave Petrie
wa2kjc at gmail.com
Thu Oct 28 10:57:41 EDT 2021
Just something I noticed while making the scripts and installing them on 6
remote repeaters and my local repeater.
In the example :
#!/bin/bash
# play a tone on connect
asterisk -rx "rpt cmd 5086 cop 48
\!440/50,\!0/50,\!654/50,\!0/50,\!880/50"
It didn't want to finish booting up the repeater hung, it turned out to be
the asterisk line has to be one long line not split, for me anyway.
#!/bin/bash
# play a tone on connect
asterisk -rx "rpt cmd 5086 cop 48 \!440/50,\!0/50,\!654/50,\!0/50,\!880/50"
The end result sounds really nice and now I have telemetry turned off and
looking forward to joining more nets without the announcements getting in
the way.
Thank You
Dave
More information about the ARM-allstar
mailing list