Displaying 1 result from an estimated 1 matches for "switchclosed_".
2009 Mar 09
0
Crash when reloading AEL
...) {
jump ${EXTEN}@context2;
} else ifTime(19:00-23:59|sun|*|*) {
jump ${EXTEN}@context1;
} else {
NoOp(something's wrong);
}
}
}
context contextb {
_X. => {
NoOp(Check where to send the call);
ifTime(0:00-6:29|mon-fri|*|*) {
Playback(prompts/SwitchClosed_);
VoiceMail(1000|s);
} else ifTime(6:30-17:59|mon-fri|*|*) {
jump ${EXTEN}@context2;
} else ifTime(18:00-23:59|mon-fri|*|*) {
Playback(prompts/SwitchClosed_);
VoiceMail(1000|s);
} else ifTime(0:00-23:59|sat|*|*) {
Playback(prompts/SwitchClosed_);
Voic...