[Freeswitch-users] DNS Error

Yogesh Chaturvedi ychaturvedi at gmail.com
Thu Aug 2 09:16:46 PDT 2007


Hi,

Thanks for your help. soory to reply i was out of station

I have looked into the code there i found that freeswitch  take 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  registry value.

Thanks
Yogesh




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


More information about the FreeSWITCH-users mailing list