85adventures
Technical User
ACM 6.0.1/MM 5.1.2
I've received a request to set up an auto-attendant that is a bit more complex than I've done in the past. To tell the truth, I'm not sure it can be done as requested, but thought I'd run it by tek-tips before I give up.
Assuming the someone calls the auto-attendant at 65000:
You have reached our department, if you know you your parties extension, you may dial it at anytime (5-digits).
If you would like to speak to Jim, press 1.
If you would like to speak to Joe, press 2.
If you would like to speak to Jay, press 3.
If there is no entry, the call is sent to 65010.
After thinking about it, it seems like this would be best done with vectors, rather than a caller application. Or, am I mistaken?
I can program the vector to route to the known extension, but, once the menu begins (1-digit), the vector is no longer able to route 5 digits.
Any constructive thoughts are welcome!
Current Vector:
display vector 800 Page 1 of 6
CALL VECTOR
Number: 800 Name: Test
Multimedia? n Attendant Vectoring? n Meet-me Conf? n Lock? n
Basic? y EAS? y G3V4 Enhanced? y ANI/II-Digits? y ASAI Routing? y
Prompting? y LAI? n G3V4 Adv Route? y CINFO? y BSR? y Holidays? y
Variables? y 3.0 Enhanced? y
01 wait-time 1 secs hearing silence
02 announcement 82011
03 collect 5 digits after announcement 82012 for none
04 route-to digits with coverage y
05
06 collect 1 digits after announcement 82013 for none
07 goto step 15 if digits = 1
08
09 goto step 23 if digits = 3
10
11 wait-time 5 secs hearing silence
12 route-to number 65010 with cov y if unconditionally
13
14
15 route-to number 65369 with cov y if unconditionally
16 announcement 82014
17 goto step 6 if unconditionally
I've received a request to set up an auto-attendant that is a bit more complex than I've done in the past. To tell the truth, I'm not sure it can be done as requested, but thought I'd run it by tek-tips before I give up.
Assuming the someone calls the auto-attendant at 65000:
You have reached our department, if you know you your parties extension, you may dial it at anytime (5-digits).
If you would like to speak to Jim, press 1.
If you would like to speak to Joe, press 2.
If you would like to speak to Jay, press 3.
If there is no entry, the call is sent to 65010.
After thinking about it, it seems like this would be best done with vectors, rather than a caller application. Or, am I mistaken?
I can program the vector to route to the known extension, but, once the menu begins (1-digit), the vector is no longer able to route 5 digits.
Any constructive thoughts are welcome!
Current Vector:
display vector 800 Page 1 of 6
CALL VECTOR
Number: 800 Name: Test
Multimedia? n Attendant Vectoring? n Meet-me Conf? n Lock? n
Basic? y EAS? y G3V4 Enhanced? y ANI/II-Digits? y ASAI Routing? y
Prompting? y LAI? n G3V4 Adv Route? y CINFO? y BSR? y Holidays? y
Variables? y 3.0 Enhanced? y
01 wait-time 1 secs hearing silence
02 announcement 82011
03 collect 5 digits after announcement 82012 for none
04 route-to digits with coverage y
05
06 collect 1 digits after announcement 82013 for none
07 goto step 15 if digits = 1
08
09 goto step 23 if digits = 3
10
11 wait-time 5 secs hearing silence
12 route-to number 65010 with cov y if unconditionally
13
14
15 route-to number 65369 with cov y if unconditionally
16 announcement 82014
17 goto step 6 if unconditionally