Guest_imported
New member
- Jan 1, 1970
- 0
Hello,
I am trying to setup a call vector to work. It works but in my announcement when i tell the customer to press 2 or 1 it doesnt go to the the mailbox that I want it to go to. Right now this is how I want it. My first message mailbox tells them to press 2 to get tech support but when 2 is pressed it doesnt go there it just keeps going with the message and then connects to customer service.
My second message says for the customer to press 1 to leave customer service a message rather then waiting and it still does nothing when they press the 1 option. Can anyone help. This is how I have the vector configured.
Basic? y EAS? n G3V4 Enhanced? y ANI/II-Digits? y ASAI Routing? n
Prompting? y LAI? n G3V4 Adv Route? y
01 goto step 16 if time-of-day is fri 17:30 to mon 08:00
02 goto step 16 if time-of-day is all 17:30 to all 08:00
03 goto vector 7 if staffed-agents in split 7 > 0
04 goto vector 8 if staffed-agents in split 8 > 0
05 wait-time 20 secs hearing ringback
06 announcement 536
07 collect 1 digits after announcement 536
08 route-to number 564 with cov y if digit = 2
09 queue-to main split 1 pri h
10 announcement 523
11 collect 1 digits after announcement 523
12 route-to number 567 with cov y if digit= 1
13 check-backup split 2 pri m if unconditionally
14 wait-time 20 secs hearing music
15 announcement 528
16 goto step 11 if unconditionally
17 stop
18 collect 1 digits after announcement 530
19 route-to number 567 with cov y if digit= 1
20 disconnect after announcement none
21
22
I am trying to setup a call vector to work. It works but in my announcement when i tell the customer to press 2 or 1 it doesnt go to the the mailbox that I want it to go to. Right now this is how I want it. My first message mailbox tells them to press 2 to get tech support but when 2 is pressed it doesnt go there it just keeps going with the message and then connects to customer service.
My second message says for the customer to press 1 to leave customer service a message rather then waiting and it still does nothing when they press the 1 option. Can anyone help. This is how I have the vector configured.
Basic? y EAS? n G3V4 Enhanced? y ANI/II-Digits? y ASAI Routing? n
Prompting? y LAI? n G3V4 Adv Route? y
01 goto step 16 if time-of-day is fri 17:30 to mon 08:00
02 goto step 16 if time-of-day is all 17:30 to all 08:00
03 goto vector 7 if staffed-agents in split 7 > 0
04 goto vector 8 if staffed-agents in split 8 > 0
05 wait-time 20 secs hearing ringback
06 announcement 536
07 collect 1 digits after announcement 536
08 route-to number 564 with cov y if digit = 2
09 queue-to main split 1 pri h
10 announcement 523
11 collect 1 digits after announcement 523
12 route-to number 567 with cov y if digit= 1
13 check-backup split 2 pri m if unconditionally
14 wait-time 20 secs hearing music
15 announcement 528
16 goto step 11 if unconditionally
17 stop
18 collect 1 digits after announcement 530
19 route-to number 567 with cov y if digit= 1
20 disconnect after announcement none
21
22