<HTML>
<HEAD>
<TITLE>Re: [Freeswitch-users] EnumLookup in FreeSwitch</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>When you query for a ENUM resolution it does a DNS query just not for an A record... It returns the appropriate route for the number you queried... See e164.org&#8217;s faq for a better explanation... You don&#8217;t have to do any special setttings in freeswitch just enable it...<BR>
<BR>
K<BR>
<BR>
<BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"><B>From: </B>Yogesh Chaturvedi &lt;ychaturvedi@gmail.com&gt;<BR>
<B>Reply-To: </B>&lt;freeswitch-users@lists.freeswitch.org&gt;<BR>
<B>Date: </B>Tue, 15 Jan 2008 12:14:43 +0530<BR>
<B>To: </B>&lt;freeswitch-users@lists.freeswitch.org&gt;<BR>
<B>Subject: </B>Re: [Freeswitch-users] EnumLookup in FreeSwitch<BR>
<BR>
Hi,<BR>
&nbsp;<BR>
&nbsp;&nbsp;&nbsp;Thanks, Ken for your quick reply,<BR>
&nbsp;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;mean to say that we need to hit some domain like e164.org <a href="http://e164.org">&lt;http://e164.org&gt;</a> , then dns define all available enum servers related to this domain and my enum query resolved by any of them.<BR>
&nbsp;<BR>
am i right ?<BR>
&nbsp;<BR>
<FONT COLOR="#1F497D">Here is another question we need to look into. &nbsp;Do the PBXs support more than one ENUM server? &nbsp;With DNS, you always have 2 servers, in case one goes down. &nbsp;With ENUM you should have the same thing, <BR>
</FONT> <BR>
<FONT COLOR="#1F497D">For example i have mydomain.com <a href="http://mydomain.com">&lt;http://mydomain.com&gt;</a> &nbsp;domain name and have two enum Servers as e164-1.mydomain.com <a href="http://e164-1.mydomain.com">&lt;http://e164-1.mydomain.com&gt;</a> &nbsp;and e164-2.mydomain.com <a href="http://e164-2.mydomain.com">&lt;http://e164-2.mydomain.com&gt;</a> &nbsp;and i write domain name for enumlookup as mydomainname.com <a href="http://mydomainname.com">&lt;http://mydomainname.com&gt;</a> &nbsp;then will my query get successful if e164-1.validnumber.com <a href="http://e164-1.validnumber.com">&lt;http://e164-1.validnumber.com&gt;</a> &nbsp;down<BR>
or it is right way to define both enumserver in configuration so if one get fail then we can resolve requst from another<BR>
Thanks in advance<BR>
</FONT><BR>
&nbsp;<BR>
<BR>
<BR>
&nbsp;<BR>
On 1/15/08, <B>Ken Rice</B> &lt;krice@suspicious.org&gt; wrote: <BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>Yes you can do this... Infact there are several public enum services like e164.org <a href="http://e164.org/">&lt;http://e164.org/&gt;</a> &nbsp;that you can query and list your own numbers in... The default confguration examples work this way<BR>
<BR>
<BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"><B>From: </B>Yogesh Chaturvedi &lt;ychaturvedi@gmail.com&gt;<BR>
<B>Reply-To: </B>&lt; freeswitch-users@lists.freeswitch.org <a href="mailto:freeswitch-users@lists.freeswitch.org">&lt;mailto:freeswitch-users@lists.freeswitch.org&gt;</a> &gt;<BR>
<B>Date: </B>Tue, 15 Jan 2008 11:53:45 +0530<BR>
<B>To: </B>&lt; freeswitch-users@lists.freeswitch.org <a href="mailto:freeswitch-users@lists.freeswitch.org">&lt;mailto:freeswitch-users@lists.freeswitch.org&gt;</a> &gt;<BR>
<B>Subject: </B>Re: [Freeswitch-users] EnumLookup in FreeSwitch<BR>
<BR>
hi, <BR>
&nbsp;<BR>
&nbsp;&nbsp;&nbsp;Thanks for reply ,<BR>
&nbsp;<BR>
<I>enum is dns based, you tell it the dns server and it will query that server. <BR>
</I>But i want to know that can we setup the FreeSwich PBX to use the local ISP to do ENUM lookups instead of talking enumserver specific.<BR>
&nbsp;<BR>
Ideally, we want all the ENUM looks to go through the DNS servers just like a request for www.microsoft.com <a href="http://www.microsoft.com/">&lt;http://www.microsoft.com/&gt;</a> &nbsp;<a href="http://www.microsoft.com/">&lt;http://www.microsoft.com/&gt;</a> . &nbsp;This would mean that the ISP would cache the results for all its other users. <BR>
&nbsp;<BR>
Thanks<BR>
Yogesh<BR>
&nbsp;<BR>
<BR>
&nbsp;<BR>
On 1/15/08, <B>Mailing List</B> &lt; mailinglists.1234@gmail.com <a href="mailto:mailinglists.1234@gmail.com">&lt;mailto:mailinglists.1234@gmail.com&gt;</a> &gt; wrote: <BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'><BR>
<BR>
On Jan 15, 2008 7:08 AM, Yogesh Chaturvedi &lt; ychaturvedi@gmail.com <a href="mailto:ychaturvedi@gmail.com">&lt;mailto:ychaturvedi@gmail.com&gt;</a> &nbsp;&nbsp;<a href="mailto:ychaturvedi@gmail.com">&lt;mailto:ychaturvedi@gmail.com&gt;</a> &gt; wrote:<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>Hi,<BR>
&nbsp;&nbsp;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;One question how PBXs access the ENUM server ? <BR>
<BR>
&nbsp;The real question is whether a PBX can be setup to use the local ISP to do ENUM lookups or does it need to speak to the ENUM server directly. <BR>
<BR>
Yogesh<BR>
<BR>
&nbsp;<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'><BR>
enum is dns based, you tell it the dns server and it will query that server. <BR>
&nbsp;<BR>
&nbsp;<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> &nbsp;<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">&lt;http://lists.freeswitch.org/mailman/listinfo/freeswitch-users&gt;</a> &nbsp;&nbsp;<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">&lt;http://lists.freeswitch.org/mailman/listinfo/freeswitch-users&gt;</a> <BR>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a> &nbsp;<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">&lt;http://lists.freeswitch.org/mailman/options/freeswitch-users&gt;</a> <BR>
<a href="http://www.freeswitch.org">http://www.freeswitch.org</a> <a href="http://www.freeswitch.org/">&lt;http://www.freeswitch.org/&gt;</a> &nbsp;<a href="http://www.freeswitch.org/">&lt;http://www.freeswitch.org/&gt;</a> <BR>
<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'><BR>
<BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"></SPAN></FONT><FONT SIZE="2"><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:10.0px'>_______________________________________________<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> &nbsp;<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">&lt;http://lists.freeswitch.org/mailman/listinfo/freeswitch-users&gt;</a> <BR>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a> &nbsp;<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">&lt;http://lists.freeswitch.org/mailman/options/freeswitch-users&gt;</a> <BR>
<a href="http://www.freeswitch.org">http://www.freeswitch.org</a> <a href="http://www.freeswitch.org/">&lt;http://www.freeswitch.org/&gt;</a> <BR>
</SPAN></FONT></FONT><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'><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> <a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">&lt;http://lists.freeswitch.org/mailman/options/freeswitch-users&gt;</a> <BR>
<a href="http://www.freeswitch.org">http://www.freeswitch.org</a> <a href="http://www.freeswitch.org/">&lt;http://www.freeswitch.org/&gt;</a> <BR>
<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'><BR>
<BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"></SPAN></FONT><FONT SIZE="2"><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:10.0px'>_______________________________________________<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>