<div dir="ltr">Write a simple shell script with the commands to disconnect the 4 nodes. Then use cron to run that script rather than the commands directly.<div><br></div><div>Sample Script:</div><div><br></div><div>#! /bin/bash</div><div>/usr/sbin/asterisk -rx "rpt fun 27806 *141630"</div><div>/usr/sbin/asterisk -rx "rpt fun 27806 *141631"<br></div><div>/usr/sbin/asterisk -rx "rpt fun 27806 *141632"<br></div><div>/usr/sbin/asterisk -rx "rpt fun 27806 *141633"<br></div><div><br></div><div>Sample crontab entry:</div><div><br></div><div>0 22 * * * /path/to/script</div><div><br></div><div>This example would disconnect nodes those four nodes every night at 10:00.</div><div><br></div><div>An alternative would be to put the individual commands in cron for the same time, but the script way is cleaner.</div><div><br></div><div>Brett KQ9N</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jul 1, 2015 at 11:25 AM, Robert Newberry <span dir="ltr"><<a href="mailto:N1XBM@amsat.org" target="_blank">N1XBM@amsat.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr">I use a cron to disconnect and reconnect  nodes at certain times.</p>
<p dir="ltr">I typically do this.</p>
<p dir="ltr"># Disconnect node 41630 at 2053 Monday and Reconnect at 2142<br>
53 20 * * 1 /usr/sbin/asterisk -rx "rpt fun 27086 *141630"<br>
42 21 * * 1 /usr/sbin/asterisk -rx "rpt fun 27086 *341630"</p>
<p dir="ltr">I'd like to be able to disconnect 4 nodes at once at a certain time. As you can see I currently disconnect one node at a set time. Where I want to disconnect 4 nodes at once at a set time. I do not care about reconnecting. </p>
<p dir="ltr">N1XBM<br>
Apparare Scientor<br>
Paratus Communicare<br>
Allstar Node # 27086, 41540, 41812</p>
<br>_______________________________________________<br>
<br>
arm-allstar mailing list<br>
<a href="mailto:arm-allstar@hamvoip.org">arm-allstar@hamvoip.org</a><br>
<a href="http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar" rel="noreferrer" target="_blank">http://lists.hamvoip.org/cgi-bin/mailman/listinfo/arm-allstar</a><br>
<br>
Visit the BBB and RPi2 web page - <a href="http://hamvoip.org" rel="noreferrer" target="_blank">http://hamvoip.org</a><br></blockquote></div><br></div>