Cron auto connect for Nets

I am trying to auto connect to a IRLP reflector on Sunday nights at 8:30 central. Can anyone see anything wrong with these Cron auto connect scripts. I just can’t seem to get them to work.

25 20 * * 7 /etc/asterisk/w0apq/Nebraska_connect/usr/sbin/asterisk -rx "rpt fun 45875 *389205

30 21 * * 7/usr/sbin/asterisk -rx "rpt fun 45875 *189205

missing " at the end of the commands

···

Nathan Hardman

nhardman1428@gmail.com

N8THN@ARRL.NET

Tryed this and still not working…

12 14 * * 7 /etc/asterisk/w0apq/Nebraska_connect/usr/sbin/asterisk -rx “rpt fun 45875 *389205”
13 14 * * 7 /usr/sbin/asterisk -rx “rpt fun 45875 *189205”

For cron you need to call the asterisk executable, like so:

12 14 * * 7 /usr/sbin/asterisk -rx “rpt fun 45875 *389205”

Your second connect should have worked, unless you’re running hamvoip: (asterisk is in a different dir)

12 14 * * 7 /usr/bin/asterisk -rx “rpt fun 45875 *389205”

1 Like

Finally got it working… Thanks for your input and help…

73’s
Dan

Way to go, Dan. Congrats :tada:

1 Like