Enumlookup returns nothing?

Running a private enum server just testing enumlookup.agi on my test e164.arpa domains

my domain 8.4.3.0.6.9.4.6.1.1.4.4 looks like this

[code]$TTL 1800
@ IN SOA ns.example.com. root.example.com. (
2007070801
10000
3600
604800
1800)

@ IN NS ns.example.com

@ IN NAPTR 5 10 U E2U+sip “!^.$!sip:1001@192.168.188.132!".
@ IN NAPTR 5 15 U E2U+email:mailto "!^.
$!mailto:pbx@SIPHOST!”.
@ IN NAPTR 5 20 U E2U+web:http “!^.$!http://www.xxx.com!".
@ IN NAPTR 10 10 U E2U+tel "!^.
$!tel:+43xxxxxx!”.
*.0.1.0.1.0.8.0.8.7.3.4.e164.arpa. IN NAPTR 5 10 U E2U+sip “!^\+43xxxxxx([0-9][0-9])$!sip:\1@SIPHOST!”.
*.0.1.0.1.0.8.0.8.7.3.4.e164.arpa. IN NAPTR 10 10 U E2U+tel “!^\+43xxxxxx([0-9][0-9])$!tel:+43xxxxxx\1!”.
[/code]

Now enumlookup.agi is working as I am able to query addresses fine on e164.org , and I have included my private domain into enumlookup.agi.

I have verified that it works using dig, host etc I’m just not sure why asterisk is not picking it up and dialing or atleast retrieving the sip uri :S anyone help would be greatly appreciated and the above dns is just an example not exact sip addresses

is there a specific way asterisk likes to see enum records?

Launched AGI Script /var/lib/asterisk/agi-bin/enumlookup.agi -- enumlookup.agi: Looking up 43069461144 on e164.org via dns_get_record -- enumlookup.agi: Looking up 43069461144 on example.com via dns_get_record -- enumlookup.agi: Setting DIALARR to -- AGI Script enumlookup.agi completed, returning 0 :question: