TISUser2019
Technical User
Hello! We were seeking a second opinion on our vectoring to try to resolve an issue. At the moment, when someone calls our Toll Free Number they can listen to the initial announcement indefinitely if they do not press a digit. This would not be a problem if it wasn't for spam / bots calling in and abusing this loop for hours (throwing off reporting). How would you suggest this is remedied based on the below? Our thoughts were Step 13 could be adjusted, however not sure how the change would affected the other steps. Any advice is very appreciated!
01 wait-time 1 secs hearing silence
02 goto step 20 if holiday in table 1
03 goto step 30 if service-hours not-in table 4
04 goto step 42 if E = 1
05 # Open
06 collect 1 digits after announcement 2830 for none
07 goto vector 54 @step 16 if digits = 1
08 goto vector 10 @step 1 if digits = 2
09 goto vector 11 @step 1 if digits = 3
10 goto vector 54 @step 3 if digits = 4
11 goto vector 12 @step 1 if digits = 5
12 goto step 16 if digits = ?
13 goto step 6 if digits = none
14 goto step 6 if unconditionally
15 stop
16 #invalid option
17 announcement 2890
18 goto step 6 if unconditionally
19 stop
20 # Holiday Menu
etc
etc
01 wait-time 1 secs hearing silence
02 goto step 20 if holiday in table 1
03 goto step 30 if service-hours not-in table 4
04 goto step 42 if E = 1
05 # Open
06 collect 1 digits after announcement 2830 for none
07 goto vector 54 @step 16 if digits = 1
08 goto vector 10 @step 1 if digits = 2
09 goto vector 11 @step 1 if digits = 3
10 goto vector 54 @step 3 if digits = 4
11 goto vector 12 @step 1 if digits = 5
12 goto step 16 if digits = ?
13 goto step 6 if digits = none
14 goto step 6 if unconditionally
15 stop
16 #invalid option
17 announcement 2890
18 goto step 6 if unconditionally
19 stop
20 # Holiday Menu
etc
etc