telecomadmin12
Technical User
I am looking for a way to insert specific digits in front of digits entered in an auto attendant menu (vector with collect step). The call will go out a trunk.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
collect 11 digits after ann 1234 for A
set A = A CATL 9
route-to number A with cov n if unconditionally
01 collect 1 digits after announcement 10123 for none
02 goto step 8 if digits = 1
03 goto step 9 if digits = 2
04 goto step 10 if digits = 3
05 goto step 1 if unconditionally
06 wait-time 2 secs hearing ringback
07 stop
08 route-to number 9011111 with cov n if unconditionally
09 route-to number 9022222 with cov n if unconditionally
10 route-to number 9033333 with cov n if unconditionally
11 stop