I'm setting up number translation using vectoring for a DID trunk, bcos the service provider could not provide numbering withing our extension range. Would have done this on the "incoming Call Handling Treatment" page of the trunk-group, but limited to 22 lines; need to translate for 50 extensions.
My vector page looks like this
01 goto step 5 if digits = 400
02 goto step 6 if digits = 401
03 goto step 7 if digits = 402
04 goto vector 9 if nomatch
05 route-to number 2100 with cov n if unconditionally
06 route-to number 2200 with cov n if unconditionally
07 route-to number 2500 with cov n if unconditionally
08 stop
400,401,402 are incoming digits while 2100, 2200, 2500 are extension ranges. The issue is, all incoming call directed to this vector would only ring on extension 2100.
How can this be rectified?
My vector page looks like this
01 goto step 5 if digits = 400
02 goto step 6 if digits = 401
03 goto step 7 if digits = 402
04 goto vector 9 if nomatch
05 route-to number 2100 with cov n if unconditionally
06 route-to number 2200 with cov n if unconditionally
07 route-to number 2500 with cov n if unconditionally
08 stop
400,401,402 are incoming digits while 2100, 2200, 2500 are extension ranges. The issue is, all incoming call directed to this vector would only ring on extension 2100.
How can this be rectified?