Re: [OpenSIPS-Users] SRV TCP lookups

2011-11-01 Thread T.R. Missner
mod the source that's what I've done -- T.R. Missner Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Wednesday, October 12, 2011 at 5:23 AM, jarle wrote: > Well, there is no response on the NAPTR since this domain only has TCP SRV > records: > > Oct 12 11:06:37 proxy /usr/local/sbi

Re: [OpenSIPS-Users] SRV TCP lookups

2011-10-12 Thread jarle
Well, there is no response on the NAPTR since this domain only has TCP SRV records: Oct 12 11:06:37 proxy /usr/local/sbin/opensips[5809]: DBG:core:mk_proxy: doing DNS lookup... Oct 12 11:06:37 proxy /usr/local/sbin/opensips[5809]: DBG:core:sip_resolvehost: no port, no proto -> do NAPTR lookup! Oct

Re: [OpenSIPS-Users] SRV TCP lookups

2011-06-15 Thread Andrew Pogrebennyk
Hello Jarle, AFAIK the TCP will be used based if it has the lowest order number in NAPTR response, as per order and preference based selection procedure described in rfc 2915/3403 section 2: Order A 16-bit unsigned integer specifying the order in which the NAPTR records MUST be

[OpenSIPS-Users] SRV TCP lookups

2011-06-15 Thread Jarle Lervik
Hi all list users, Trying to figure out the best way to make OpenSIPS do TCP SRV lookups. I see from the logs that NAPTR and UDP SRV lookups are performed, but no TCP SRV lookups. This might be expected behavior but would like to figure out how I can enable OpenSIPS to also do TCP SRV look