Scheduled message does not play

It plays when executed in the startup_macro but not when scheduled. What am I missing?

Need more info like what does your schedule stanza look like in rpt. Conf? What does your macro stanza look like in rpt. Conf? What does your functions stanza look like in rpt. Conf?

startup_macro = 722 ; being transmitted by the repeater

722 = status, 2 ; give time of day

[schedule]
722 = 00 08 * * * ; does not transmit
; date and time are correct in ASL

Thanks,
Bob
K6ECM

I had already answered this in a private message Bob had sent me, but for the benefit of others…

sched

1=00 23 * * * ;run macro 1 at 11:00pm

macro

1=*81# ; Play Time

A startup macro is the same as a macro only it runs it automatic at first start.

Sched only tells it which macro to run at what time. you can not put commands there. Only macro to run.

Commands go in the macro.

1 Like

looks right to me Mike.

Got it, thanks all,
Bob
K6ECM