Scheduler

Hi again :slight_smile:

Where is the scheduler documentation? Also is all scheduling done with the scheduler or can cron also used?

···

--
Tim
:wq

Tim Sawyer wrote:

Hi again :slight_smile:

Where is the scheduler documentation? Also is all scheduling done with the scheduler or can cron also used?

--
Tim
:wq

Tim,
The scheduler is "documented" in rpt.conf
; Scheduler - execute a macro at a given time
;
;[schedule]
;dtmf_function = m h dom mon dow ; ala cron, star is implied
;2 = 00 00 * * * ; at midnight, execute macro 2.

Yes, you can use cron ie:

asterisk -rx "rpt fun 2153 *32000" in your crontab.

73, Steve N4IRS