[schedule]
;dtmf_function = m h dom mon dow ; ala cron, star is implied
;2 = 00 00 * * * ; at midnight, execute macro 2.
81 = 00 * * * * ; Say time on the hour.
581 = 15 * * * * ; Say time on the hour.
[schedule]
;dtmf_function = m h dom mon dow ; ala cron, star is implied
;2 = 00 00 * * * ; at midnight, execute macro 2.
81 = 00 * * * * ; Say time on the hour.
581 = 15 * * * * ; Say time on the hour.
1. The scheduler must invoke a macro and not user functions directly.
2. Macros may be limited to 1 digit (not sure). Try with single digit macros
then try a multi-digit and see if it breaks or works.
3. Don't forget: You should restart asterisk when the rpt.conf file is changed.
[schedule]
;dtmf_function = m h dom mon dow ; ala cron, star is implied
;2 = 00 00 * * * ; at midnight, execute macro 2.
81 = 00 * * * * ; Say time on the hour.
581 = 15 * * * * ; Say time on the hour.