Inherited a vector below that I want to modify to allow only the extensions in the range 8300 to 8399 to be entered.
Currently it collects 4 digits and if they enter something outside the range above the system can route them to other locations. So want to restrict users to entering only the 4 digits in the range 8300 to 8399.
But also still need to route appropriately if they enter a '1', '0' or '#'.
Any suggestions greatly appreciated!
01 wait-time 1 secs hearing ringback
02 announcement 1198371
03 goto step 14 if holiday in table 1
04 goto step 14 if time-of-day is all 16:00 to all 07:30
05 collect 4 digits after announcement 1000012
06 goto step 1 if digits = 911
07 route-to digits with coverage y
08 route-to number 14051009999 with cov y if digit = #
09 route-to number 18081010001 with cov y if digit = 1
10 route-to number 18081010006 with cov y if digit = 0
11 goto step 5 if digits = 9
12 wait-time 7 secs hearing silence
13 stop
14 disconnect after announcement 1000011
15 stop
16 disconnect after announcement none
Thanks!
Currently it collects 4 digits and if they enter something outside the range above the system can route them to other locations. So want to restrict users to entering only the 4 digits in the range 8300 to 8399.
But also still need to route appropriately if they enter a '1', '0' or '#'.
Any suggestions greatly appreciated!
01 wait-time 1 secs hearing ringback
02 announcement 1198371
03 goto step 14 if holiday in table 1
04 goto step 14 if time-of-day is all 16:00 to all 07:30
05 collect 4 digits after announcement 1000012
06 goto step 1 if digits = 911
07 route-to digits with coverage y
08 route-to number 14051009999 with cov y if digit = #
09 route-to number 18081010001 with cov y if digit = 1
10 route-to number 18081010006 with cov y if digit = 0
11 goto step 5 if digits = 9
12 wait-time 7 secs hearing silence
13 stop
14 disconnect after announcement 1000011
15 stop
16 disconnect after announcement none
Thanks!