Guest_imported
New member
- Jan 1, 1970
- 0
This is one of my vectors. It will not route to the mailbox when the customer presses 1. It is suppose to go to mailbox 344 but instead its just repeating the announcement 534. Any idea why its not going to the voice mailbox. I tested the voice mailbox by calling it and im able to access it and leave a message in it. But for some reason during the announcement 534 when a customer presses 1 to go to voicemail it doesn't. I think it looks correc but is boggled by why its not working. Any suggestion or help is appreciated...
01 goto step 15 if time-of-day is fri 16:30 to mon 08:00
02 goto step 15 if time-of-day is all 16:30 to all 08:00
03 goto vector 11 if staffed-agents in split 3 < 1
04 goto vector 7 if staffed-agents in split 7 > 0
05 queue-to main split 3 pri h
06 wait-time 2 secs hearing ringback
07 announcement 535
08 wait-time 32 secs hearing music
09 collect 1 digits after announcement 534
10 route-to number 344 with cov y if digit= 1
11 goto step 8 if unconditionally
01 goto step 15 if time-of-day is fri 16:30 to mon 08:00
02 goto step 15 if time-of-day is all 16:30 to all 08:00
03 goto vector 11 if staffed-agents in split 3 < 1
04 goto vector 7 if staffed-agents in split 7 > 0
05 queue-to main split 3 pri h
06 wait-time 2 secs hearing ringback
07 announcement 535
08 wait-time 32 secs hearing music
09 collect 1 digits after announcement 534
10 route-to number 344 with cov y if digit= 1
11 goto step 8 if unconditionally