98Converter
Technical User
Can someone explain why when I call this vector it does not get by the 3rd step? I test right now and the time is 10:30am est. So, should it ignore the first 3 steps and follow the 4th? Nobody is staffed in either skill-
Thanks,
CJH
01 goto step 20 if staffed-agents in skill 20 > 0
02 goto step 7 if staffed-agents in skill 4 > 0
03 goto step 7 if time-of-day is mon 06:00 to fri 10:00
04 goto step 17 if time-of-day is mon 10:00 to fri 06:00
05 goto step 17 if time-of-day is fri 19:00 to mon 06:00
06 goto step 18 if calls-queued in skill 4 pri m > 9
07 announcement 3999 (welcome message)
08 queue-to skill 4 pri m
09 wait-time 20 secs hearing music
10 announcement 3022 (hold 1)
11 wait-time 30 secs hearing music
12 collect 1 digits after announcement 3024 for none (hold 2)
13 goto step 18 if digits = 1
14 goto step 12 if digits > 1
15 wait-time 30 secs hearing music
16 goto step 12 if unconditionally
17 announcement 3025 (after hours)
18 messaging skill 1 for extension 4357
19 stop
20 disconnect after announcement 3993 (emergency message)
We are what we repeatedly do. Excellence, then, is not an act but a habit. ARISTOTLE 384-322 B.C.
Thanks,
CJH
01 goto step 20 if staffed-agents in skill 20 > 0
02 goto step 7 if staffed-agents in skill 4 > 0
03 goto step 7 if time-of-day is mon 06:00 to fri 10:00
04 goto step 17 if time-of-day is mon 10:00 to fri 06:00
05 goto step 17 if time-of-day is fri 19:00 to mon 06:00
06 goto step 18 if calls-queued in skill 4 pri m > 9
07 announcement 3999 (welcome message)
08 queue-to skill 4 pri m
09 wait-time 20 secs hearing music
10 announcement 3022 (hold 1)
11 wait-time 30 secs hearing music
12 collect 1 digits after announcement 3024 for none (hold 2)
13 goto step 18 if digits = 1
14 goto step 12 if digits > 1
15 wait-time 30 secs hearing music
16 goto step 12 if unconditionally
17 announcement 3025 (after hours)
18 messaging skill 1 for extension 4357
19 stop
20 disconnect after announcement 3993 (emergency message)
We are what we repeatedly do. Excellence, then, is not an act but a habit. ARISTOTLE 384-322 B.C.