404 not found when using LRT
Hi
I am unable to route call using LRT
Provider is sending +27xxxxxxxxx
(2.2.2.2. is the SA)
my LRT :
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<localRoutes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<route>
<user type="E164">+27218796541</user>
<next type="regex">!^.*$!sip:\0@2.2.2.2!</next>
</route>
</localRoutes>
Local Routing Config :
ocal-routing-config
name STORES
file-name Stores.xml.gz
prefix-length 0
string-lookup disabled
retarget-requests enabled
match-mode best
last-modified-by admin@10.20.3.78
last-modified-date 2019-03-01 13:41:01
also if i do a show lrt routing entry STORES +27218796541
output is Entry Not found
Thanks