Re: [Sip-implementors] NAPTR lookup library, API

2011-07-01 Thread Aaron Clauson
>-Original Message- > From: sip-implementors-boun...@lists.cs.columbia.edu [mailto:sip-implementors-boun...@lists.cs.columbia.edu] On Behalf Of Brez Borland > > Thank you for input everybody! I am curious, what about Java and C#, do they > have libraries to resolve NAPTR? Speaking for C# I

Re: [Sip-implementors] NAPTR lookup library, API

2011-06-30 Thread Brez Borland
On Thu, Jun 30, 2011 at 4:55 PM, Iñaki Baz Castillo wrote: > 2011/6/30 Saúl Ibarra Corretgé : > > Did you check c-ares (http://c-ares.haxx.se/)? I haven't used it myself > but I've seen it in some networking related projects. Just curious. > > As the website of udns says: > > c-ares (as of versio

Re: [Sip-implementors] NAPTR lookup library, API

2011-06-30 Thread Iñaki Baz Castillo
2011/6/30 Saúl Ibarra Corretgé : > Did you check c-ares (http://c-ares.haxx.se/)? I haven't used it myself but > I've seen it in some networking related projects. Just curious. As the website of udns says: c-ares (as of version 1.2.0) decodes only the same A and PTR replies as standard libresolv

Re: [Sip-implementors] NAPTR lookup library, API

2011-06-30 Thread Saúl Ibarra Corretgé
Hi, > > Go with udns, it's really cool. > > However take into account that udns is a stub resolver. This means > that it must rely on a recursive name server, usually co-located in > local host or local network. A very good choice is Unbound, a > validating, recursive and caching DNS resolver. >

Re: [Sip-implementors] NAPTR lookup library, API

2011-06-30 Thread Iñaki Baz Castillo
2011/6/30 Brez Borland : > Exactly what I was looking for! Indeed I should have mentioned that it is C > implementations I am interested in, yep. Thanks Go with udns, it's really cool. However take into account that udns is a stub resolver. This means that it must rely on a recursive name server,

Re: [Sip-implementors] NAPTR lookup library, API

2011-06-30 Thread Brez Borland
On Thu, Jun 30, 2011 at 3:35 PM, Iñaki Baz Castillo wrote: > 2011/6/30 Brez Borland : > > Could anybody suggest libraries I can use to query NAPTR records. I am > > interested in those available for linux/bsd platforms. GPL/LGPL/BSD > > licensed. > > > > I had bad luck searching for this on the w

Re: [Sip-implementors] NAPTR lookup library, API

2011-06-30 Thread Iñaki Baz Castillo
2011/6/30 Brez Borland : > Could anybody suggest libraries I can use to query NAPTR records. I am > interested in those available for linux/bsd platforms. GPL/LGPL/BSD > licensed. > > I had bad luck searching for this on the web. INHO you should specify in which language you are interested. In C

[Sip-implementors] NAPTR lookup library, API

2011-06-30 Thread Brez Borland
Hi all, Could anybody suggest libraries I can use to query NAPTR records. I am interested in those available for linux/bsd platforms. GPL/LGPL/BSD licensed. I had bad luck searching for this on the web. Thank you, Brez ___ Sip-implementors mailing li