Morning all,
I'm having a few problems with a vector setup for our reception using attended groups and attendants
What I want to do is....
caller rings VDN 1000 (for example), if no attendants staffed in attended group go to VDN 2000 (for example), if no answer after 10 rings go to VDN 2000 (for example). then if no answer after 10 rings repeat loop
Here is my vector setup....
ge vector 235 Page 1 of 6
CALL VECTOR
Number: 235 Name: Doxford Recep
Multimedia? n Attendant Vectoring? y Meet-me Conf? n Lock? y
Basic? y EAS? y G3V4 Enhanced? y ANI/II-Digits? y ASAI Routing? y
Prompting? y LAI? y G3V4 Adv Route? y CINFO? y BSR? y Holidays? y
Variables? y 3.0 Enhanced? y
01 wait-time 1 secs hearing silence
02 goto step 9 if holiday in table 17
03 goto step 9 if time-of-day is fri 18:00 to mon 07:30
04 goto step 9 if time-of-day is all 18:00 to all 07:30
05 goto vector 364 @step 8 if staffed-agents in skill 65 = 0
06 queue-to attd-group
07 stop
08 route-to number 440500 with cov y if unconditionally
09 disconnect after announcement 449984
Any advice?
The no available agents bit is working but it is the no answer bit which is bugging me.....
Any help greatly appreciated....
I'm having a few problems with a vector setup for our reception using attended groups and attendants
What I want to do is....
caller rings VDN 1000 (for example), if no attendants staffed in attended group go to VDN 2000 (for example), if no answer after 10 rings go to VDN 2000 (for example). then if no answer after 10 rings repeat loop
Here is my vector setup....
ge vector 235 Page 1 of 6
CALL VECTOR
Number: 235 Name: Doxford Recep
Multimedia? n Attendant Vectoring? y Meet-me Conf? n Lock? y
Basic? y EAS? y G3V4 Enhanced? y ANI/II-Digits? y ASAI Routing? y
Prompting? y LAI? y G3V4 Adv Route? y CINFO? y BSR? y Holidays? y
Variables? y 3.0 Enhanced? y
01 wait-time 1 secs hearing silence
02 goto step 9 if holiday in table 17
03 goto step 9 if time-of-day is fri 18:00 to mon 07:30
04 goto step 9 if time-of-day is all 18:00 to all 07:30
05 goto vector 364 @step 8 if staffed-agents in skill 65 = 0
06 queue-to attd-group
07 stop
08 route-to number 440500 with cov y if unconditionally
09 disconnect after announcement 449984
Any advice?
The no available agents bit is working but it is the no answer bit which is bugging me.....
Any help greatly appreciated....
Comment