telepath9465
IS-IT--Management
Hi, I have a customer who wants an AA for their VM answer that allows a choice for a message to be left, a couple of users to be reached, or the operator...
If I intercept the number and route straight to the VDN, all works as it should. If I have the station cover to the VDN, it won't route calls to the stations, or their cover. Any help would be appreciated, the vector programming is below.
CALL VECTOR
Number: 45 Name: Ext 3212 AA
Multimedia? n Attendant Vectoring? n Meet-me Conf? n Lock? n
Basic? y EAS? y G3V4 Enhanced? y ANI/II-Digits? y ASAI Routing? n
Prompting? y LAI? y G3V4 Adv Route? y CINFO? y BSR? y Holidays? y
Variables? y 3.0 Enhanced? y
01 wait-time 2 secs hearing ringback
02 collect 1 digits after announcement 3712 for A
03 goto step 11 if digits = 1
04 goto step 12 if digits = 2
05 goto step 13 if digits = 3
06 goto step 14 if digits = 4
07 goto step 15 if digits = 0
08 wait-time 10 secs hearing silence
09 goto step 11 if unconditionally
10 stop
11 route-to number 3812 with cov y if unconditionally
12 route-to number 3232 with cov y if unconditionally
13 route-to number 3239 with cov y if unconditionally
14 route-to number 918776468560 with cov n if unconditionally
15 route-to number 3202 with cov y if unconditionally
16 stop
17
18
19
20
21
22
If I intercept the number and route straight to the VDN, all works as it should. If I have the station cover to the VDN, it won't route calls to the stations, or their cover. Any help would be appreciated, the vector programming is below.
CALL VECTOR
Number: 45 Name: Ext 3212 AA
Multimedia? n Attendant Vectoring? n Meet-me Conf? n Lock? n
Basic? y EAS? y G3V4 Enhanced? y ANI/II-Digits? y ASAI Routing? n
Prompting? y LAI? y G3V4 Adv Route? y CINFO? y BSR? y Holidays? y
Variables? y 3.0 Enhanced? y
01 wait-time 2 secs hearing ringback
02 collect 1 digits after announcement 3712 for A
03 goto step 11 if digits = 1
04 goto step 12 if digits = 2
05 goto step 13 if digits = 3
06 goto step 14 if digits = 4
07 goto step 15 if digits = 0
08 wait-time 10 secs hearing silence
09 goto step 11 if unconditionally
10 stop
11 route-to number 3812 with cov y if unconditionally
12 route-to number 3232 with cov y if unconditionally
13 route-to number 3239 with cov y if unconditionally
14 route-to number 918776468560 with cov n if unconditionally
15 route-to number 3202 with cov y if unconditionally
16 stop
17
18
19
20
21
22