I've configured a number of vectors on our Avaya system in order to give various departments their own "generic dial-in number" for customers. This seems to work quite nicely, but we've found out that when somebody calls such a generic number and the call is routed to somebody at the back office, they are unable to manually transfer the call to anybody else so they're stuck with the call. This is rather unexpected and unwanted behaviour, we need our backoffice people to be able to manually transfer calls...
Example of such a vector (the simplest one there is):
01 goto step 10 if staffed-agents in skill 22 < 1
02 queue-to skill 22 pri m
03 goto step 10 if oldest-call-wait in skill 22 pri m > 60
04 wait-time 10 secs hearing ringback
05 announcement 1710
06 wait-time 10 secs hearing ringback
07 goto step 3 if unconditionally
08
09
10 goto vector 30 @step 1 if unconditionally
This "skill 22" is a ucd-mia hunt group containing the people of the back office for that particular department.
Vector 30 @step 1 is the reception desk; interestingly, they have no problems manually forwarding any calls.
When you call the hunt group's number directly, the manual call transfer isn't broken. But it does break when you come in through the vector.
I'm at a complete loss here... Am I overlooking something? Is it a bug? Is it a feature? Any help would be greatly appreciated!
Example of such a vector (the simplest one there is):
01 goto step 10 if staffed-agents in skill 22 < 1
02 queue-to skill 22 pri m
03 goto step 10 if oldest-call-wait in skill 22 pri m > 60
04 wait-time 10 secs hearing ringback
05 announcement 1710
06 wait-time 10 secs hearing ringback
07 goto step 3 if unconditionally
08
09
10 goto vector 30 @step 1 if unconditionally
This "skill 22" is a ucd-mia hunt group containing the people of the back office for that particular department.
Vector 30 @step 1 is the reception desk; interestingly, they have no problems manually forwarding any calls.
When you call the hunt group's number directly, the manual call transfer isn't broken. But it does break when you come in through the vector.
I'm at a complete loss here... Am I overlooking something? Is it a bug? Is it a feature? Any help would be greatly appreciated!
Comment