<div>Hi,</div>
<div>&nbsp;</div>
<div>Thanks for your help.&nbsp;soory to reply i was out of station</div>
<div>&nbsp;</div>
<div>I have looked into the code there i found that&nbsp;freeswitch &nbsp;take&nbsp;nameserver value from registry path, I gave there nameserver name as my bine server and freeswitch works fine. Is there another way to set the nameserver name except to change &nbsp;registry value. 
</div>
<div>&nbsp;</div>
<div>Thanks </div>
<div>Yogesh</div>
<div>&nbsp;</div>
<div><br><br>&nbsp;</div>
<div><span class="gmail_quote">On 7/31/07, <b class="gmail_sendername">Jason Garland</b> &lt;<a href="mailto:jgarland@gmail.com">jgarland@gmail.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">I would suggest a packet capture for DNS lookups or turn the logging<br>up on your DNS server to see what FS is requesting.
<br><br>On 7/31/07, Yogesh Chaturvedi &lt;<a href="mailto:ychaturvedi@gmail.com">ychaturvedi@gmail.com</a>&gt; wrote:<br>&gt; Hi Brian ,<br>&gt;<br>&gt; Now i have changed my domain and give it name as personaldoamin.local
 and I<br>&gt; have set a simple RR as 1.personaldomain.local. I test it with<br>&gt; nslookup(bind) for naptr record for 1.personaldomain.local it give result<br>&gt; properly.<br>&gt;<br>&gt;<br>&gt; now set enum.conf as
<br>&gt; &lt;configuration name= &quot;enum.conf&quot; description= &quot;ENUM Module&quot;&gt;<br>&gt;<br>&gt;<br>&gt; &lt;settings&gt;<br>&gt;<br>&gt; &lt;param name=&quot; default-root&quot; value=&quot; personaldomain.local
&quot;/&gt;<br>&gt;<br>&gt; &lt;/settings&gt;<br>&gt;<br>&gt; &lt;routes&gt;<br>&gt;<br>&gt; &lt;route service=&quot; E2U+SIP&quot; regex=&quot; sip:(.*)&quot; replace=&quot; sofia/$${domain}/$1&quot;/&gt;<br>&gt;<br>&gt; &lt;/routes&gt;
<br>&gt;<br>&gt; &lt;/configuration&gt;<br>&gt; Now from freeswitch command prompt i give command as<br>&gt; Freeswitch &gt; enum 1<br>&gt;<br>&gt; and<br>&gt;<br>&gt; Freeswitch &gt; enum 1.personaldomain.local<br>&gt;<br>
&gt; but result is same as before:<br>&gt;<br>&gt; freeswitch@DEV14&gt; 2007-07-31 10:16:00 [DEBUG] mod_enum.c:201 dnserror()<br>&gt; unable to lookup NAPTR record for 1.personaldomain.local: temporary failure<br>&gt; in name resolution
<br>&gt;<br>&gt;<br>&gt; Thanks in advance<br>&gt; Yogesh<br>&gt;<br>&gt;<br>&gt;<br>&gt; On 7/30/07, Brian West &lt;<a href="mailto:brian.west@mac.com">brian.west@mac.com</a>&gt; wrote:<br>&gt; &gt;<br>&gt; &gt; A word of advice is do not use a REAL existing domain like that because
<br>&gt; e164.arpa is a real global enum root and overiding it like that can cause<br>&gt; unintended results.&nbsp;&nbsp;Root it off your own domain.<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; /b<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;
<br>&gt; &gt;<br>&gt; &gt; On Jul 30, 2007, at 9:07 AM, Yogesh Chaturvedi wrote:<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; Hi,<br>&gt; &gt;<br>&gt; &gt; Thanks brian for reply,<br>&gt; &gt; Acually i have configured my own bind dns server and have domain as
<br>&gt; 91.e164.arpa and i am able to get that domain when i open this on browser,<br>&gt; so it is my own domain, and i have configured bind server on another<br>&gt; machine.<br>&gt; &gt;<br>&gt; &gt; Thanks<br>&gt; &gt;
<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; On 7/30/07, Brian West &lt;<a href="mailto:brian.west@mac.com">brian.west@mac.com</a>&gt; wrote:<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; I take it you don&#39;t have this branch of the 
e164.arpa domain if not<br>&gt; you&#39;ll need to come up with your OWN domain for this.<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; /b<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>
&gt; &gt; &gt; On Jul 30, 2007, at 7:59 AM, Dinesh Dialani wrote:<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Hi,<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;
<br>&gt; &gt; &gt; I am trying to make call through enum lookup and using bind 9.4.1 as a<br>&gt; dns server. My zone file look like this :<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; $ORIGIN .
<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; $TTL 21600 ; 6 hours<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; 91.e164.arpa&nbsp;&nbsp;IN SOA ns1.91.e164.arpa. hostmaster.ns1.91.e164.arpa. (<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; 2005022250 ; serial
<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; 10800&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;; refresh (3 hours)<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; 3600&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ; retry (1 hour)<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; 604800&nbsp;&nbsp;&nbsp;&nbsp; ; expire (1 week)<br>&gt; &gt; &gt;
<br>&gt; &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; 86400&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;; minimum (1 day)<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp; )<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;NS ns1.91.e164.arpa.<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;A <a href="http://192.168.96.57">
192.168.96.57</a><br>&gt; &gt; &gt;<br>&gt; &gt; &gt; $TTL 60 ; 1 minute<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;NAPTR 100 10 &quot;u&quot; &quot;SIP+E2U&quot; &quot;!^.*$!sip:100@192.168.96.122!i&quot; .<br>&gt; &gt; &gt;
<br>&gt; &gt; &gt; $ORIGIN 91.e164.arpa.<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; 1&nbsp;&nbsp; NAPTR 100 10 &quot;u&quot; &quot;E2U+SIP&quot; &quot;!^.*$!sip:100@192.168.96.122!i&quot; .<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; athir&nbsp;&nbsp; A <a href="http://192.168.96.57">
192.168.96.57</a><br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; here i have two xlite phone register with freeswitch and i want to make<br>&gt; call between them using enum. I have given name to them as 1 and 2 now i
<br>&gt; want to call to 1 using 2.<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Freeswitch give me error dns error and do not resolve 1.91.e164.arpa.<br>&gt; Even when i test the naptr record using nslookup utility of bind it give me
<br>&gt; right answer but freeswitch fail to resolve the address.<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Thanks<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Yogesh<br>&gt; &gt; &gt; _______________________________________________
<br>&gt; &gt; &gt; Freeswitch-users mailing list<br>&gt; &gt; &gt; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>&gt; &gt; &gt;<br>&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>&gt; &gt; &gt;<br>&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users
</a><br>&gt; &gt; &gt; <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>&gt; &gt; &gt;<br>&gt; &gt; &gt; _______________________________________________<br>&gt; &gt; &gt; Freeswitch-users mailing list<br>
&gt; &gt; &gt; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>&gt; &gt; &gt;<br>&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
</a><br>&gt; &gt; &gt; UNSUBSCRIBE:<br>&gt; <a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>&gt; &gt; &gt; <a href="http://www.freeswitch.org">
http://www.freeswitch.org</a><br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; _______________________________________________<br>&gt; &gt; Freeswitch-users mailing list<br>&gt; &gt; <a href="mailto:Freeswitch-users@lists.freeswitch.org">
Freeswitch-users@lists.freeswitch.org</a><br>&gt; &gt;<br>&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>&gt; &gt;<br>&gt; UNSUBSCRIBE:
<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>&gt; &gt; <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>&gt; &gt;
<br>&gt; &gt; _______________________________________________<br>&gt; &gt; Freeswitch-users mailing list<br>&gt; &gt; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>&gt; &gt;
<br>&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>&gt; &gt; UNSUBSCRIBE:<br>&gt; <a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">
http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>&gt; &gt; <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>&gt; &gt;<br>&gt; &gt;<br>&gt;<br>&gt;<br>&gt; _______________________________________________
<br>&gt; Freeswitch-users mailing list<br>&gt; <a href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a><br>&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<br>&gt; <a href="http://www.freeswitch.org">http://www.freeswitch.org</a><br>&gt;<br>&gt;<br><br>_______________________________________________<br>Freeswitch-users mailing list<br><a href="mailto:Freeswitch-users@lists.freeswitch.org">
Freeswitch-users@lists.freeswitch.org</a><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></blockquote></div><br>