JJacobs313
Technical User
So, I took over a phone system where this was already in place, we use CM 6.2 (for now) and ACD with call queues and agents.
Usually the vector looks at if there are any staffed agents, time of day, holiday and moves on down the line. Recently there has been an uptick in the number of agents who will AUX, and then log out of the queue while there are calls in queue. So then they hang there, unless I go in and do a temporary change to funnel them out.
My question is, how do others handle this in the vector programming? I don't want to send them all the way to the beginning of the vector again to check time of day etc, because they would end up hearing the main announcements again. Just curious how others do their programming. i knows around it, but wondered just how others were doing it, maybe there are options I am not thinking about.
Here is an example of one:
Some COVID information...
06 wait-time 2 secs hearing ringback
07 goto step 19 if time-of-day is fri 16:30 to mon 08:00
08 goto step 19 if time-of-day is all 16:30 to all 08:00
09 goto step 19 if holiday in table 1
10 goto step 19 if staffed-agents in skill 14 = 0
11 queue-to skill 14 pri m
12 announcement 3497
13 wait-time 30 secs hearing music
14 announcement 3401
15 wait-time 30 secs hearing music
16 announcement 3667
17 goto step 13 if unconditionally
18 stop
19 route-to number 8136360 with cov y if unconditionally
"I am learning all the time. The tombstone will be my diploma." - Eartha Kitt
Usually the vector looks at if there are any staffed agents, time of day, holiday and moves on down the line. Recently there has been an uptick in the number of agents who will AUX, and then log out of the queue while there are calls in queue. So then they hang there, unless I go in and do a temporary change to funnel them out.
My question is, how do others handle this in the vector programming? I don't want to send them all the way to the beginning of the vector again to check time of day etc, because they would end up hearing the main announcements again. Just curious how others do their programming. i knows around it, but wondered just how others were doing it, maybe there are options I am not thinking about.
Here is an example of one:
Some COVID information...
06 wait-time 2 secs hearing ringback
07 goto step 19 if time-of-day is fri 16:30 to mon 08:00
08 goto step 19 if time-of-day is all 16:30 to all 08:00
09 goto step 19 if holiday in table 1
10 goto step 19 if staffed-agents in skill 14 = 0
11 queue-to skill 14 pri m
12 announcement 3497
13 wait-time 30 secs hearing music
14 announcement 3401
15 wait-time 30 secs hearing music
16 announcement 3667
17 goto step 13 if unconditionally
18 stop
19 route-to number 8136360 with cov y if unconditionally
"I am learning all the time. The tombstone will be my diploma." - Eartha Kitt