I have a vector that is used for our Centralized Scheduling department that uses an ACD with 2 agents. When a caller calls in the hear a general announcement and then the vector checks to see if there are any available agents in queue. If there are none available then it routes to another vector then plays another announcement to ask the caller if they would like to wait on the line or leave a voicemail. If they decide to wait, they hear 30 seconds of on hold music and then get routed back. The problem I am having is trying to route the caller back to the queue. I can only point the caller back to the main greeting which they have already heard when they first called in. I need to know if there is a way with our version of Communication Managaer/Aura system if it is possible to put the call back in the queue without having the caller hear the main greeting all over again? Thanks.
01 goto step 2 if unconditionally
02 goto step 16 if holiday in table 2
03 goto step 14 if time-of-day is sat 00:00 to sun 23:59
04 goto step 14 if time-of-day is all 17:00 to all 08:00
05 announcement 1055
06 queue-to split 110 pri m
07 goto step 8 if available-agents in split 110 = 0
08 goto vector 46 @step 1 if unconditionally
09 stop
Vector 46 (Step 08 above)
01 collect 1 digits after announcement 1043
02 route-to number 1064 with cov y if digit = 1
03 wait-time 30 secs hearing music
04 goto vector 10 @step 1 if unconditionally
05 stop
01 goto step 2 if unconditionally
02 goto step 16 if holiday in table 2
03 goto step 14 if time-of-day is sat 00:00 to sun 23:59
04 goto step 14 if time-of-day is all 17:00 to all 08:00
05 announcement 1055
06 queue-to split 110 pri m
07 goto step 8 if available-agents in split 110 = 0
08 goto vector 46 @step 1 if unconditionally
09 stop
Vector 46 (Step 08 above)
01 collect 1 digits after announcement 1043
02 route-to number 1064 with cov y if digit = 1
03 wait-time 30 secs hearing music
04 goto vector 10 @step 1 if unconditionally
05 stop