If someone is logged in the call is routed to that person and according to the trace the vector continues to process.(don't know if it is supposed to or not)
The hunt-group is routed in a vector Line 10
Number: 225 Name: FinAid
Multimedia? y Attendant Vectoring? n Meet-me Conf? n
Lock? n
Basic? n EAS? n G3V4 Enhanced? n ANI/II-Digits? n ASAI Routing? n Prompting? y LAI? n G3V4 Adv Route? n CINFO? n BSR? n Holidays? y Variables? n
01 wait-time 2 secs hearing ringback
02 collect 1 digits after announcement 8946
03 goto step 8 if digits = 1
04 goto step 10 if digits = 2
05 goto step 11 if digits = 3
06 route-to number 8988 with cov y if digit = 4
07 goto vector 226 if unconditionally
08 announcement 8947
09 goto step 2 if unconditionally
10 route-to number 8990 with cov y if unconditionally
11 route-to number 885 with cov y if unconditionally
Does this look ok?
The way the ACD groups works is someone has to be logged in to take calls. If no one is, then yes you are going to get a busy. AUX-WORK is basically telling the switch, NO I can not take a call right now. If all agents are in this state or not logged in at all, this tells the system, the hunt cant take calls right now. Thus the busy.
You could change the vector to read,
Code:
goto step ?? if staffed-agents in skill ?? < 1
This would send the calls to whatever vector step you want if the staffed agents is less than 1.
"A people that values its privileges above its principles soon loses both."
- Dwight D. Eisenhower (1890-1969), Inaugural Address, January 20, 1953
For the best response to a question, read faq690-6594
We have the Basic Call Manager package which does not support the Staffed Agents logic. I ended up removing the Hunt-Group and adding it back. This fixed the problem I was having.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.