search for: fti_closed_even

Displaying 1 result from an estimated 1 matches for "fti_closed_even".

2004 Oct 05
2
Long pause between menus
...exten => s,4,Background(fti_menu_options_changed) exten => s,5,GotoIf($[${STATUS} = closed]?9:6) exten => s,6,GotoIf($[${STATUS} = shortday]?11:7) exten => s,7,GotoIf($[${STATUS} = holiday]?11:8) exten => s,8,GotoIf($[${STATUS} = weekend]?13:15) exten => s,9,Background(fti_closed_evening) ; STATUS=closed exten => s,10,Goto(s,15) exten => s,11,Background(fti_closed_holiday) ; STATUS=holiday, shortday exten => s,12,Goto(s,15) exten => s,13,Background(fti_closed_weekend) ; STATUS=weekend exten => s,14,Goto(s,15) exten => s,15,Background(fti_menu_main)...