Displaying 1 result from an estimated 1 matches for "yyyy821190".
Did you mean:
yyyy821192
2012 Dec 27
4
How do *you* test your changes to dialplans ruled by GotoIfTime?
...the other, like this:
; Christmas
; exten =>
YYYY821192,n,GotoIfTime(9:30-14:00,*,25,dec?ivr-lightspeed-tech-early,s,1)
exten =>
YYYY821192,n,GotoIfTime(8:00-17:00,*,24,dec?ivr-lightspeed-day,s,1)
exten =>
YYYY821192,n,GotoIfTime(*,*,25,dec?ivr-lightspeed-after-hours,s,1)
exten =>
YYYY821190,n,GotoIfTime(9:00-18:00,*,26,dec?ivr-lightspeed-day,s,1)
then failed to notice the problem until it was too late. Of course,
that only applied on Boxing day and couldn't be noticed earlier, either.
I suppose the first problem where I misspelt the dialplan can be solved
by testing the dialp...