Hi Guys
I have been asked to come up with a cost free solution to send calls to an outsourced office. We uses Avaya MV. They use Intertel Access.
The calls will be coming into our location and then if no agents are available in our office, send the calls to the outsourced office. This is fine using the following vector:
01 wait-time 2 secs hearing ringback
02 queue-to skill 301 pri h
03 goto step 7 if available-agents in skill 301 < 1
04 wait-time 30 secs hearing music
05 goto step 2 if unconditionally
06 stop
07 route-to number 90442074892455# with cov n if unconditionally
08 stop
My problem is however, once calls go to the Route-to step, the vector processing terminates. There are only 20 agents in the outsourced office and if they are all unavailable, when you call their number you will get a busy tone. so the question is: is there a way that you can check a number to see if there is busy tone? If yes, continue to queue the call locally and if it rings, proceed to send the call through.
I look forward to your replies.
I have been asked to come up with a cost free solution to send calls to an outsourced office. We uses Avaya MV. They use Intertel Access.
The calls will be coming into our location and then if no agents are available in our office, send the calls to the outsourced office. This is fine using the following vector:
01 wait-time 2 secs hearing ringback
02 queue-to skill 301 pri h
03 goto step 7 if available-agents in skill 301 < 1
04 wait-time 30 secs hearing music
05 goto step 2 if unconditionally
06 stop
07 route-to number 90442074892455# with cov n if unconditionally
08 stop
My problem is however, once calls go to the Route-to step, the vector processing terminates. There are only 20 agents in the outsourced office and if they are all unavailable, when you call their number you will get a busy tone. so the question is: is there a way that you can check a number to see if there is busy tone? If yes, continue to queue the call locally and if it rings, proceed to send the call through.
I look forward to your replies.