ASL3 playtime and WX not operational

I am trying to implement what was *81 and *80 to no avail.

New and “first” install (also have a HAMVOIP install). It works on that install. I have “duplicated” that part of the install on ASL3.

Playtime.sh is not in the install. Playtime-global.pl is, so I substituted file names, without any success. Google and searching this forum has given little information.

Any help would be appreciated.

To the best of my knowledge, ‘playtime’ is not part of the distributed packages.

I think it was a script written by others.

normally to play a file you use the command:

asterisk -rx “rpt localplay yournodenumber path/nameoffilenoextension”
or
asterisk -rx “rpt playback yournodenumber path/nameoffilenoextension”

the first line plays locally the 2nd is globally

Thanks for the response, N8PC

If you are specifically looking to speak the time, look at man asl-say.

check out ham radio crusader on youtube later tonight he will have the mods for it to work as it has been adapted over from hamvoip

1 Like

place these in your rpt.conf file under functions stanza. it works on ASL3
replace xxxxxx with your actual node number

80 = cmd,asterisk -rx “rpt cmd xxxxxx status 1 xxx”
81 = cmd,asterisk -rx “rpt cmd xxxxxx status 12 xxx”

1 Like