LRT Terminate Recursion
Hi guys,
I have a small problem and maybe you can help me: I'm using for routing calls from Provider to different equipments the same LRT where all the internal numvers are.
For outgoing calls the system is looking in LRT and if not found is routed to the provider.
Now there are cases when the lrt contain a request-uri but the equipments respond with 404 because the extensions are not defined yet. So the SBC try the next hops and then goes to Provider. I would like to avoid this. I tried:
<route>
<user type="E164">02535308</user>
<next type="regex">!^(?:(?:0032)|(?:0))?(?:253)(5308\d{1})$!sip:\1@BEIP!</next>