Dst rewrite rule with two prefixes and one Dst rewrite result (Customer AUTH)

Hello Team,

I’m trying to configure a number rewrite rule in Customer AUTH with two prefixes in the DST Prefix option and a single Dst rewrite result. My goal is to populate the opening digits in Number list items and optimize the use of rates in destinations and dial peers.

Current Configuration:

DST Prefix: 749724, 890746
Dst rewrite rule: ^749724011(.*)$∣^890746011(.*)$
Dst rewrite result: 55\1

The rule only functions for the first prefix (749724). The second prefix (890746) is not rewritten correctly. It’s rewrite to 55.

Is it possible to achieve what I’m trying to do, or am I making a mistake in the configuration?

I’ve reviewed the official documentation and forum for Customer AUTH and Number Translation but haven’t encountered similar situations.

Any help or suggestions to resolve this issue would be greatly appreciated.

Thanks&Regards,
Gustavo

try

^749724011∣890746011(.*)$

Thanks dmitry.s! It’s working like a charm.

Gustavo.