<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 08/01/2013 12:38 PM, Bryan D. Boyle
      wrote:<br>
    </div>
    <blockquote
      cite="mid:3AF67A06-6F5E-4DD5-8388-FD1F79EE29C2@bdboyle.com"
      type="cite">
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      <div>read a msg i sent last night...it's in there as one of my
        examples...<br>
      </div>
      <blockquote type="cite">
        <div>
          <meta content="text/html; charset=ISO-8859-1"
            http-equiv="Content-Type">
          <meta name="GENERATOR" content="MSHTML 9.00.8112.16496">
          <style></style>
          <div><font face="Arial" size="2">Hello everyone,</font></div>
          <div><font face="Arial" size="2">How do I setup my node to say
              time every hour. I'm using Acid on a neoware ca22. And
              where should I put it? N5zua sit this up for me a few
              years ago. So, seems to me, I need to to know the system
              and play with it.</font></div>
          <br>
        </div>
      </blockquote>
    </blockquote>
    <br>
    I've been wanting to do the same, but didn't really want the silly
    thing screaming the time all night long so, cron to the rescue!<br>
    <br>
    root@w5omr> crontab -e<br>
    0 6-22 * * 1-5 /usr/sbin/asterisk -rx "rpt fun 29655 *81"<br>
    0 8-22 * * 0,6 /usr/sbin/asterisk -rx "rpt fun 29655 *81"<br>
    <br>
    The first is to chime the hour, starting at 6am, and ending at 10pm,
    Mon - Fri.<br>
    Weekends, we sleep in... start at 8am, end at 10pm, Saturday and
    Sunday.<br>
    <br>
    At least, that's -one- way of doing it.<br>
    <br>
    I'm sure it was you, Bryan, I have to thank for posting that
    commands could be passed to a running session of asterisk.  That's
    when the light went off.  Cron to the rescue ;-)<br>
    <br>
    This is useful also, if you want to setup times to link to specific
    nodes, at a specific time.  Figure out the schedule and cron it.<br>
    <br>
    Here's a good link if some system operators would like to know about
    cron<br>
    <meta http-equiv="content-type" content="text/html;
      charset=ISO-8859-1">
    <a
href="http://www.thegeekstuff.com/2009/06/15-practical-crontab-examples/">http://www.thegeekstuff.com/2009/06/15-practical-crontab-examples/</a><br>
    <br>
    <br>
    73 = Best Regards,<br>
    -Geoff/W5OMR<br>
  </body>
</html>