I have created the following Vector:
01 wait-time 1 secs hearing ringback
02 collect 1 digits after announcement 1231
03 route-to number 4352 with cov y if digit = 0
04 route-to number 4352 with cov y if digit = 1
05 route-to number 3474 with cov y if digit = 2
06 route-to number 4799 with cov y if digit = 3
07 route-to number 3380 with cov y if digit = 4
08 goto step 2 if unconditionally
The problem with this is if the caller chooses option 1, it works, but 2,3, or 4 drops the call.
The event log says the coverage path is being ignored.
Options 2 & 3 have coverage paths that send them off the network. Option 4's coverage path sends callers to VM.
This routing worked fine when it was all done thru Audix, and it works if you dial it by the vector #, but if you dial in from the outside line that is pointed to it, you have problems.
Your help is greatly appreciated.......
Bottoms up!
01 wait-time 1 secs hearing ringback
02 collect 1 digits after announcement 1231
03 route-to number 4352 with cov y if digit = 0
04 route-to number 4352 with cov y if digit = 1
05 route-to number 3474 with cov y if digit = 2
06 route-to number 4799 with cov y if digit = 3
07 route-to number 3380 with cov y if digit = 4
08 goto step 2 if unconditionally
The problem with this is if the caller chooses option 1, it works, but 2,3, or 4 drops the call.
The event log says the coverage path is being ignored.
Options 2 & 3 have coverage paths that send them off the network. Option 4's coverage path sends callers to VM.
This routing worked fine when it was all done thru Audix, and it works if you dial it by the vector #, but if you dial in from the outside line that is pointed to it, you have problems.
Your help is greatly appreciated.......
Bottoms up!