Hi
managed to get a few lookups happening, and this was the return I got from the lookup
get_record: lookup(1.6.1.9.1.6.2.2.5.3.e164.arpa, 35) failed 4(27898) enum_query(): No NAPTR record found for 1.6.1.9.1.6.2.2.5.3.e164.arpa. 5(27899) udp_rcv_loop: probing packet received from 80.46.109.145 5118 4(27898) enum_query(): order 100, pref 10, flen 1, flags 'u', slen 7, services 'E2U+SIP', rlen 46, regexp '!^+3522619161(.*)$!sip:\1@siprelay.e164.info!' 4(27898) reg_replace(): pattern: '^+3522619161(.*)$', replacement: 'sip:\1@siprelay.e164.info', string: '+3522619161' 4(27898) enum_query(): resulted in replacement: 'sip:@siprelay.e164.info' 4(27898) TOI: rewrite_uri: Rewriting Request-URI with 'sip:@siprelay.e164.info'
Now is that because there is a error in the enum module in ser , although I have managed to get other lookups working, the reg_replace seems to be okay anyone see if theres an error, I am querying the dns manually also, to see if there is error in record
Iqbal