Hi, Whenever someone leaves a Voicemail in our system we get this message on the console: NOTICE[18447]: File sched.c, Line 209 (sched_settime): Request to schedule in the past?!?! Does anybody know what it means? Ricardo.
It means that some application scheduled an execution of some routine in the past, eg: it will never be executed since it's way in the past ... regards Martin On Tue, 5 Aug 2003, Ricardo Villa wrote:> Hi, > > Whenever someone leaves a Voicemail in our system we get this message on the > console: > > NOTICE[18447]: File sched.c, Line 209 (sched_settime): Request to schedule > in the past?!?! > > Does anybody know what it means? > > Ricardo. > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >
Ricardo Villa wrote:> Hi, > > Whenever someone leaves a Voicemail in our system we get this message on the > console: > > NOTICE[18447]: File sched.c, Line 209 (sched_settime): Request to schedule > in the past?!?! > > Does anybody know what it means?That message was introduced by a patch I sent to Mark, fixing prompts and MOH. If you are using a low-end PC, then it's normal. The PC's horsepower is not enough to correctly playback the prompt, simultaneously with all the other tasks running at the same time. If, on the other hand, this is a fast PC and you get a lot of these messages, then this is probably a bug of the patch.> > Ricardo.Michael.