<HTML>
<HEAD>
<TITLE>Re: [Freeswitch-users] freeswitch enum</TITLE>
</HEAD>
<BODY>
<FONT SIZE="4"><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>No other suggestion your DNS setup is broken... You have proven that freeswitch is working by querying e164.org...<BR>
<BR>
Again you need to use a domain other than one that ends in .arpa that is a reservered TLD and you will break things... Use the .int TLD that&#8217;s what its for and if you are really worried about leaking things to the outside world put an ACL on your DNS server to not let anyone outside your netblocks query it... 2) resolv.conf on your fs box must point only at your name servers that are SOA (either primary or secondary) for your private domain and much not contain servers of your ISP that will cause lookup failures...<BR>
3) and once again you do not specify the IP address you are querying using the enum command... You specify the number and the root (root being the domain ie: mydomain.int)<BR>
<BR>
Beyond that you need to check out other resources appropriate for setting up enum records for your specific DNS implementation<BR>
<BR>
<BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"><B>From: </B>Pieter Eduard &lt;pieter_eduard@biznetnetworks.com&gt;<BR>
<B>Reply-To: </B>&lt;freeswitch-users@lists.freeswitch.org&gt;<BR>
<B>Date: </B>Thu, 04 Dec 2008 16:12:36 +0700<BR>
<B>To: </B>&quot;freeswitch-users@lists.freeswitch.org&quot; &lt;freeswitch-users@lists.freeswitch.org&gt;<BR>
<B>Subject: </B>Re: [Freeswitch-users] freeswitch enum<BR>
<BR>
Ken,<BR>
<BR>
I have done what you suggested bellow, for security reason i can not paste the query using the domain, just the localhost and i change the public &nbsp;ip to 1.2.3.4.<BR>
So i already setup a real name server with &nbsp;real domain and it uses public ip, configure the 7.6.5.4.3.2.1.e164.arpa as a domain with my name server as &nbsp;SOA and NS record and yet the freeswitch CLI still give me no match when i try to query it using my name server.<BR>
<BR>
And yes, if i query 18005551212 e164.org it works like a charm ;-)<BR>
<BR>
Any other suggestions?<BR>
<BR>
Regards,<BR>
<BR>
-Pieter-<BR>
I<BR>
Ken Rice wrote: <BR>
</SPAN></FONT></FONT><BLOCKQUOTE><FONT SIZE="4"><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'> <BR>
Ok 1) Overriding the e164.arpa is probably not a good Idea... 2) the second<BR>
param for the enum command is a domain not a Server IP address<BR>
<BR>
Example: enum 1234567890 e164.org<BR>
<BR>
You should probably set up your enum records on your own private domain or<BR>
use a real domain that you own... If you have to use something like e164.int<BR>
as the domain then tell your name server its the SOA for that domain and set<BR>
all your records up there...<BR>
<BR>
Then in FreeSwitch tell it the default domain is e164.int<BR>
<BR>
Chances are if you do something like enum 18005551212 e164.org it will work<BR>
correctly...<BR>
<BR>
<BR>
&nbsp;&nbsp;<BR>
&nbsp;<BR>
</SPAN></FONT></FONT><BLOCKQUOTE><FONT SIZE="4"><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'> <BR>
From: Pieter Eduard &lt;pieter_eduard@biznetnetworks.com&gt; <a href="mailto:pieter_eduard@biznetnetworks.com">&lt;mailto:pieter_eduard@biznetnetworks.com&gt;</a> <BR>
Reply-To: &lt;freeswitch-users@lists.freeswitch.org&gt; <a href="mailto:freeswitch-users@lists.freeswitch.org">&lt;mailto:freeswitch-users@lists.freeswitch.org&gt;</a> <BR>
Date: Thu, 04 Dec 2008 15:03:36 +0700<BR>
To: &quot;freeswitch-users@lists.freeswitch.org&quot; <a href="mailto:freeswitch-users@lists.freeswitch.org">&lt;mailto:freeswitch-users@lists.freeswitch.org&gt;</a> <BR>
&lt;freeswitch-users@lists.freeswitch.org&gt; <a href="mailto:freeswitch-users@lists.freeswitch.org">&lt;mailto:freeswitch-users@lists.freeswitch.org&gt;</a> <BR>
Subject: [Freeswitch-users] freeswitch enum<BR>
<BR>
Hi,<BR>
<BR>
I'm trying to query freeswitch &nbsp;to use my bind base enum server but i'm<BR>
having trouble to query the enum from Freeswitch CLI.<BR>
<BR>
this what i did, i add 7.6.5.4.3.2.1.e164.arpa at my dns and after<BR>
restart the dns, i have this :<BR>
<BR>
[root@fsbox]# host -t naptr 8.7.6.5.4.3.2.1.e164.arpa localhost<BR>
Using domain server:<BR>
Name: localhost<BR>
Address: 127.0.0.1#53<BR>
Aliases:<BR>
<BR>
8.7.6.5.4.3.2.1.e164.arpa has NAPTR record 10 10 &quot;U&quot; &quot;E2U+tel&quot;<BR>
&quot;!^.*$!tel:\\12345678!&quot; .<BR>
8.7.6.5.4.3.2.1.e164.arpa has NAPTR record 5 10 &quot;U&quot; &quot;E2U+sip&quot;<BR>
&quot;!^.*$!sip:1000@test.com!&quot; .<BR>
<BR>
and if use the ip, the result is the same :<BR>
[root@fsbox]# host -t naptr 8.7.6.5.4.3.2.1.e164.arpa 1.2.3.4<BR>
Using domain server:<BR>
Name: 1.2.3.4<BR>
Address: 1.2.3.4#53<BR>
Aliases:<BR>
<BR>
8.7.6.5.4.3.2.1.e164.arpa has NAPTR record 5 10 &quot;U&quot; &quot;E2U+sip&quot;<BR>
&quot;!^.*$!sip:1000@test.com!&quot; .<BR>
8.7.6.5.4.3.2.1.e164.arpa has NAPTR record 10 10 &quot;U&quot; &quot;E2U+tel&quot;<BR>
&quot;!^.*$!tel:\\12345678!&quot; .<BR>
<BR>
But if i try to query from the freeswitch CLI that's installed in the<BR>
same box, i get this :<BR>
<BR>
freeswitch@fsbox&gt; enum 12345678 localhost<BR>
API CALL [enum(12345678 localhost)] output:<BR>
No Match!<BR>
<BR>
freeswitch@fsbox&gt; enum 12345678 1.2.3.4<BR>
API CALL [enum(12345678 1.2.3.4)] output:<BR>
No Match!<BR>
<BR>
even if i change the enum.conf.xml dns root with my enum ip and reload<BR>
the freeswitch i still get the same error.<BR>
<BR>
Can anyone help me on this? i just want the fs to query on my local enum<BR>
or to query on different enum server.<BR>
<BR>
Regards,<BR>
-Pieter-<BR>
<BR>
<BR>
_______________________________________________<BR>
Freeswitch-users mailing list<BR>
Freeswitch-users@lists.freeswitch.org<BR>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><BR>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><BR>
<a href="http://www.freeswitch.org">http://www.freeswitch.org</a><BR>
&nbsp;&nbsp;&nbsp;&nbsp;<BR>
&nbsp;<BR>
&nbsp;<BR>
<BR>
<BR>
<BR>
_______________________________________________<BR>
Freeswitch-users mailing list<BR>
Freeswitch-users@lists.freeswitch.org<BR>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><BR>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><BR>
<a href="http://www.freeswitch.org">http://www.freeswitch.org</a><BR>
.<BR>
<BR>
&nbsp;&nbsp;<BR>
<BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"></SPAN></FONT></FONT></BLOCKQUOTE></BLOCKQUOTE><FONT SIZE="4"><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'>_______________________________________________<BR>
Freeswitch-users mailing list<BR>
Freeswitch-users@lists.freeswitch.org<BR>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><BR>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><BR>
<a href="http://www.freeswitch.org">http://www.freeswitch.org</a><BR>
</SPAN></FONT></FONT>
</BODY>
</HTML>