I have a vector setup within our current menu that automatically routes calls to off net providers (we are an insurance firm and provide windscreen repair through 2 Businesses) but the caller decides which business to use, Option 1 goes to Business A and Option 2 goes to Business B. Here is the vector:-
Number: 831 Name: OD_EMER_Windscr
Multimedia? n Attendant Vectoring? n Meet-me Conf? n Lock? n
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
02
03
04 collect 1 digits after announcement 4127 for none
05 goto step 13 if digits = 1
06 goto step 14 if digits = 2
07 goto step 4 if digits = #
08 goto vector 805 @step 1 if digits = 9
09
10 goto step 4 if unconditionally
11
12
13 route-to number 918xxxxxxxx with cov y if unconditionally
14 route-to number 918xxxxxxxx with cov y if unconditionally
15
16 stop
I have a query if it is possible to take the option away from the caller and just send them to Business A & Business B on an alternate basis? So if caller 1 gets Business A then caller 2 gets Business B then caller 3 gets Business A etc etc. Basically looking to split the calls 50/50 as most calls are going to Business A at the moment and Business B is complaining.
Any ideas?
Number: 831 Name: OD_EMER_Windscr
Multimedia? n Attendant Vectoring? n Meet-me Conf? n Lock? n
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
02
03
04 collect 1 digits after announcement 4127 for none
05 goto step 13 if digits = 1
06 goto step 14 if digits = 2
07 goto step 4 if digits = #
08 goto vector 805 @step 1 if digits = 9
09
10 goto step 4 if unconditionally
11
12
13 route-to number 918xxxxxxxx with cov y if unconditionally
14 route-to number 918xxxxxxxx with cov y if unconditionally
15
16 stop
I have a query if it is possible to take the option away from the caller and just send them to Business A & Business B on an alternate basis? So if caller 1 gets Business A then caller 2 gets Business B then caller 3 gets Business A etc etc. Basically looking to split the calls 50/50 as most calls are going to Business A at the moment and Business B is complaining.
Any ideas?