Toni269
MIS
- Apr 18, 2002
- 815
This vector gives a welcome message then prompts the caller to enter in their ID code then it routes to a hunt group displaying the customers Name. I need to know how to handle a situation where the caller enters in the wrong digits or enters nothing at all.
01 announcement 7062
02 collect 4 digits after announcement 7056
03 goto step 6 if digits = 7076
04 goto step 7 if digits = 7077
05 goto step 8 if digits = 7078
06 route-to number 7076 with cov y if uncond
07 route-to number 7077 with cov y if uncond
08 route-to number 7078 with cov y if uncond
Ultimately all calls must route to a hunt group. This example has 3 customer id's in it as a sample.
Thanks in advance for any help!
01 announcement 7062
02 collect 4 digits after announcement 7056
03 goto step 6 if digits = 7076
04 goto step 7 if digits = 7077
05 goto step 8 if digits = 7078
06 route-to number 7076 with cov y if uncond
07 route-to number 7077 with cov y if uncond
08 route-to number 7078 with cov y if uncond
Ultimately all calls must route to a hunt group. This example has 3 customer id's in it as a sample.
Thanks in advance for any help!