KC2NJV
August 20, 2024, 5:02pm
1
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.
Mike
August 20, 2024, 5:36pm
2
To the best of my knowledge, ‘playtime’ is not part of the distributed packages.
I think it was a script written by others.
N8PC
August 21, 2024, 11:24am
3
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
KC2NJV
August 21, 2024, 11:51am
4
Thanks for the response, N8PC
N8EI
August 21, 2024, 7:20pm
5
If you are specifically looking to speak the time, look at man asl-say
.
N8PC
October 17, 2024, 5:03pm
6
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
N8PC
October 18, 2024, 4:19am
7
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