dynamos2000
MIS
Good morning, over the weekend, I tested the following simple (so I thought) vector. Step 8 goes to steps 12-17 if caller presses 1. Everything is fine but the following:
1. If ALL agents are unavailable/auxed out when the call comes in, everything works fine. Caller gets routed to voicemail
2. If at least one agent is available and the call is unanswered, the call will ring and ring, never routing to to voicemail even though those agents will be auxed out for not answering call. I also tried replacing line 15 with oldest call greater than x many seconds, but the call just stays in queue as well.
Any ideas? Thanks in advance for your help.
01 goto step 19 if staffed-agents in skill 99 > 0
02 goto step 20 if staffed-agents in skill 98 > 0
03 goto step 20 if time-of-day is fri 17:00 to mon 08:00
04 goto step 20 if time-of-day is all 17:00 to all 08:00
05 goto step 21 if holiday in table 1
06 goto step 19 if staffed-agents in skill 1 = 0
07 collect 1 digits after announcement 8131
08 goto step 12 if digits = 1
09 route-to number 5512 with cov y if digit = 2
10 route-to number 5547 with cov y if digit = 3
11 route-to number 5528 with cov y if digit = 4
12 wait-time 2 secs hearing silence
13 queue-to skill 1 pri m
14 wait-time 30 secs hearing music
15 goto step 20 if available-agents in skill 1 < 1
16 goto step 14 if unconditionally
17 stop
18
19 messaging skill 50 for extension 4170
20 messaging skill 50 for extension 4213
21 disconnect after announcement 8223
22
1. If ALL agents are unavailable/auxed out when the call comes in, everything works fine. Caller gets routed to voicemail
2. If at least one agent is available and the call is unanswered, the call will ring and ring, never routing to to voicemail even though those agents will be auxed out for not answering call. I also tried replacing line 15 with oldest call greater than x many seconds, but the call just stays in queue as well.
Any ideas? Thanks in advance for your help.
01 goto step 19 if staffed-agents in skill 99 > 0
02 goto step 20 if staffed-agents in skill 98 > 0
03 goto step 20 if time-of-day is fri 17:00 to mon 08:00
04 goto step 20 if time-of-day is all 17:00 to all 08:00
05 goto step 21 if holiday in table 1
06 goto step 19 if staffed-agents in skill 1 = 0
07 collect 1 digits after announcement 8131
08 goto step 12 if digits = 1
09 route-to number 5512 with cov y if digit = 2
10 route-to number 5547 with cov y if digit = 3
11 route-to number 5528 with cov y if digit = 4
12 wait-time 2 secs hearing silence
13 queue-to skill 1 pri m
14 wait-time 30 secs hearing music
15 goto step 20 if available-agents in skill 1 < 1
16 goto step 14 if unconditionally
17 stop
18
19 messaging skill 50 for extension 4170
20 messaging skill 50 for extension 4213
21 disconnect after announcement 8223
22