Version 11. When a call comes into our call center there is a delay of 10secs after making a selection and going to the next vector. Reading through the forums I found a thread mentioning that there is a Prompting time-out which I changed. The delay is now 5 secs. My question is when a selection is made from the menu, should there be a delay going to the next vector? Any help would be appreciated.
Here are the two test vectors.
Number: 80 Name: Test Enviroment
01 wait-time 0 secs hearing ringback
02 goto vector 12 if holiday in table 1
03 goto vector 14 if holiday in table 2
04 goto step 11 if time-of-day is all 17:00 to all 06:00
05 goto step 11 if time-of-day is fri 17:00 to mon 06:00
06 goto vector 13 if staffed-agents in skill 91 >= 1
07 collect 4 digits after announcement 5196
08 route-to digits with coverage y
09 route-to number 5341 with cov n if digit = 1
10 route-to number 5342 with cov n if digit = 2
11 stop
5341 goes to vector 81
Number: 81 Name: Test Option #1
01 wait-time 0 secs hearing ringback
02 goto vector 12 if holiday in table 1
03 goto vector 14 if holiday in table 2
04 goto step 11 if time-of-day is all 17:00 to all 06:00
05 goto step 11 if time-of-day is fri 17:00 to mon 06:00
06 goto vector 13 if staffed-agents in skill 91 >= 1
07 collect 4 digits after announcement 5164
08 route-to digits with coverage y
09 route-to number 5400 with cov y if digit = 1
10 route-to number 5401 with cov y if digit = 2
11 stop
Here are the two test vectors.
Number: 80 Name: Test Enviroment
01 wait-time 0 secs hearing ringback
02 goto vector 12 if holiday in table 1
03 goto vector 14 if holiday in table 2
04 goto step 11 if time-of-day is all 17:00 to all 06:00
05 goto step 11 if time-of-day is fri 17:00 to mon 06:00
06 goto vector 13 if staffed-agents in skill 91 >= 1
07 collect 4 digits after announcement 5196
08 route-to digits with coverage y
09 route-to number 5341 with cov n if digit = 1
10 route-to number 5342 with cov n if digit = 2
11 stop
5341 goes to vector 81
Number: 81 Name: Test Option #1
01 wait-time 0 secs hearing ringback
02 goto vector 12 if holiday in table 1
03 goto vector 14 if holiday in table 2
04 goto step 11 if time-of-day is all 17:00 to all 06:00
05 goto step 11 if time-of-day is fri 17:00 to mon 06:00
06 goto vector 13 if staffed-agents in skill 91 >= 1
07 collect 4 digits after announcement 5164
08 route-to digits with coverage y
09 route-to number 5400 with cov y if digit = 1
10 route-to number 5401 with cov y if digit = 2
11 stop