LRT configuration
Hello,
I have question regarding LRT file.. This is standard configuration for single LRT entry.
<route>
<user type="E164">15881110000</user>
<next type="regex">!(^.*$)!sip:\1@XXXXXXX!</next>
</route>
But the of next type and "\1" doesnt allow DNs like *67xxxxxxxxxx or *72xxxxxxxxxx to be processed and its strips "*" in front.
Is there another format which can allow "*" and dont strip it out?