<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
Never saw an answer to your question.&nbsp; I finally figured it out:<br>
<br>
Using nslookup:<br>
<br>
separate the digits of the number you are looking for by periods and
reverse the numbers.<br>
<br>
So, 1234567890 would be:<br>
<br>
nslookup<br>
&gt; set type=ANY<br>
&gt; 0.9.8.7.6.5.4.3.2.1.e164.org<br>
<br>
Using dig<br>
<br>
dig 0.9.8.7.6.5.4.3.2.1.e164.org ANY<br>
<br>
These will both give back cryptic answers but, you will see your URL in
there somewhere.<br>
<br>
Hope this helps.<br>
<br>
Rick<br>
<br>
<br>
Marty Mastera wrote:<br>
<blockquote type="cite"
 cite="midE25AAE8239598347B01E9AB08EEAD0F60346AF@trajan.mastera.us">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta name="Generator" content="Microsoft Word 11 (filtered medium)">
  <style>
<!--
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:Arial;
        color:windowtext;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
  </style>
  <div class="Section1">
  <p class="MsoNormal"><font size="2" face="Arial"><span
 style="font-size: 10pt; font-family: Arial;">Hello everyone, <o:p></o:p></span></font></p>
  <p class="MsoNormal"><font size="2" face="Arial"><span
 style="font-size: 10pt; font-family: Arial;"><o:p>&nbsp;</o:p></span></font></p>
  <p class="MsoNormal"><font size="2" face="Arial"><span
 style="font-size: 10pt; font-family: Arial;">I playing around with
ENUM and have configured * to query a
few sources for testing purposes (fierymoon, e164.arpa, e164.org).&nbsp; I&#8217;d
like to know if there is a way to query these servers manually (ie
outside of
asterisk via nslookup or equivalent) to find out if particular
exchanges are
listed with wildcards, so as to terminate calls to those prefixes (I&#8217;m
not trying to query for specific end-user telephone numbers).&nbsp; I&#8217;ve
seen
the syntax of the NAPTR records indicating that an &#8216;*&#8217; represents
the wildcard but I&#8217;m not sure how to manually query using one&#8230;I&#8217;ve
tried nslookup, directed at e164.org and using queries like &#8216;800&#8217;,
&#8216;1800&#8217;,
&#8216;800*&#8217;, &#8216;1800*&#8217; with no luck (I used a toll free prefix
hoping that it be likely to offer a response&#8230;.<o:p></o:p></span></font></p>
  <p class="MsoNormal"><font size="2" face="Arial"><span
 style="font-size: 10pt; font-family: Arial;"><o:p>&nbsp;</o:p></span></font></p>
  <p class="MsoNormal"><font size="2" face="Arial"><span
 style="font-size: 10pt; font-family: Arial;">If this isn&#8217;t possible,
is there a resource available
dedicated to listing prefixes available via ENUM for the purposes of
low cost
routing?<o:p></o:p></span></font></p>
  <p class="MsoNormal"><font size="2" face="Arial"><span
 style="font-size: 10pt; font-family: Arial;"><o:p>&nbsp;</o:p></span></font></p>
  <p class="MsoNormal"><font size="2" face="Arial"><span
 style="font-size: 10pt; font-family: Arial;">Thanks,<o:p></o:p></span></font></p>
  <p class="MsoNormal"><font size="2" face="Arial"><span
 style="font-size: 10pt; font-family: Arial;"><o:p>&nbsp;</o:p></span></font></p>
  <p class="MsoNormal"><font size="2" face="Arial"><span
 style="font-size: 10pt; font-family: Arial;">Marty<o:p></o:p></span></font></p>
  </div>
</blockquote>
</body>
</html>