Site Info: G3SI V11 Intuity MAP5 CMS V6
Good Afternoon All. I have numerous call centers. One of which is completely reviewed for their Average Speed of Answer and % Answered Within Service Level. We recently implemented a couple of fail safes to help with these numbers. Call comes in, and if there are no agents available, it is routed out to another site. Once there, if no one is available, it routes back and looks at Split 1 a second time. This time it stays and if the calls queued are greater than 3, the call is transferred to the Answering Service. With this in place, it would seem, the numbers would be almost perfect. This however is not the case. They have gotten progressively worst. Has anyone built this type of configuration or has anyone experienced problems with the calls-queued or agent-available steps before? This setup appears to be missing something that is throwing these numbers off such as double counting, etc.
Below is the vector out:
01 goto vector 151 if holiday in table 1
02 goto vector 200 if time-of-day is all 18:00 to all 08:30
03 goto vector 200 if time-of-day is fri 17:00 to mon 08:30
04 goto step 30 if staffed-agents in split 4 > 0
05 collect 1 digits after announcement 4828
06 goto step 28 if digits = 1
07 goto step 8 if unconditionally
08 goto step 26 if available-agents in split 1 = 0
09 goto step 12 if unconditionally
10
11
12 queue-to split 1 pri h
13 wait-time 15 secs hearing music
14 announcement 4801
15 wait-time 25 secs hearing music
16 collect 1 digits after announcement 4849
17 goto step 24 if digits = 1
18 goto step 13 if unconditionally
19 stop
20
21
22
23
24 messaging split 32 for extension 3022
25 stop
26 goto vector 135 if unconditionally
27 stop
28 goto vector 255 if unconditionally
29 stop
30 disconnect after announcement 4807
31 stop
32
Below is the return vector:
01 goto vector 151 if holiday in table 1
02 goto vector 200 if time-of-day is all 18:00 to all 08:30
03 goto vector 200 if time-of-day is fri 17:00 to mon 08:30
04 announcement 4812
05 goto step 19 if calls-queued in split 1 pri h > 3
06 wait-time 0 secs hearing silence
07 queue-to split 1 pri h
08 wait-time 10 secs hearing music
09 announcement 4801
10 wait-time 20 secs hearing music
11 collect 1 digits after announcement 4849
12 goto step 15 if digits = 1
13 goto step 5 if unconditionally
14 stop
15 messaging split 32 for extension 3022
16 stop
17 goto step 8 if unconditionally
18 stop
19 goto vector 205 if unconditionally
20 stop
21
22
Good Afternoon All. I have numerous call centers. One of which is completely reviewed for their Average Speed of Answer and % Answered Within Service Level. We recently implemented a couple of fail safes to help with these numbers. Call comes in, and if there are no agents available, it is routed out to another site. Once there, if no one is available, it routes back and looks at Split 1 a second time. This time it stays and if the calls queued are greater than 3, the call is transferred to the Answering Service. With this in place, it would seem, the numbers would be almost perfect. This however is not the case. They have gotten progressively worst. Has anyone built this type of configuration or has anyone experienced problems with the calls-queued or agent-available steps before? This setup appears to be missing something that is throwing these numbers off such as double counting, etc.
Below is the vector out:
01 goto vector 151 if holiday in table 1
02 goto vector 200 if time-of-day is all 18:00 to all 08:30
03 goto vector 200 if time-of-day is fri 17:00 to mon 08:30
04 goto step 30 if staffed-agents in split 4 > 0
05 collect 1 digits after announcement 4828
06 goto step 28 if digits = 1
07 goto step 8 if unconditionally
08 goto step 26 if available-agents in split 1 = 0
09 goto step 12 if unconditionally
10
11
12 queue-to split 1 pri h
13 wait-time 15 secs hearing music
14 announcement 4801
15 wait-time 25 secs hearing music
16 collect 1 digits after announcement 4849
17 goto step 24 if digits = 1
18 goto step 13 if unconditionally
19 stop
20
21
22
23
24 messaging split 32 for extension 3022
25 stop
26 goto vector 135 if unconditionally
27 stop
28 goto vector 255 if unconditionally
29 stop
30 disconnect after announcement 4807
31 stop
32
Below is the return vector:
01 goto vector 151 if holiday in table 1
02 goto vector 200 if time-of-day is all 18:00 to all 08:30
03 goto vector 200 if time-of-day is fri 17:00 to mon 08:30
04 announcement 4812
05 goto step 19 if calls-queued in split 1 pri h > 3
06 wait-time 0 secs hearing silence
07 queue-to split 1 pri h
08 wait-time 10 secs hearing music
09 announcement 4801
10 wait-time 20 secs hearing music
11 collect 1 digits after announcement 4849
12 goto step 15 if digits = 1
13 goto step 5 if unconditionally
14 stop
15 messaging split 32 for extension 3022
16 stop
17 goto step 8 if unconditionally
18 stop
19 goto vector 205 if unconditionally
20 stop
21
22