Re: [reSIProcate] DNS timeout sip2sip account
Why do you say the DNS lookup didn't find anything? Clearly the logs show it worked fined. It got 3 NAPTR records, the SRV record and 3 A records?:
STACK | 20160629-140435.384 | telepathy-resiprocate | RESIP:DNS | 139966897334016 | DnsResult.cxx:1308 | Received NAPTR record: key=sip2sip.info order=30 pref=100 flags=s service=SIP+D2U regex= -> replacement=_sip._udp.sip2sip.info
STACK | 20160629-140435.384 | telepathy-resiprocate | RESIP:DNS | 139966897334016 | DnsResult.cxx:1308 | Received NAPTR record: key=sip2sip.info order=10 pref=100 flags=s service=SIP+D2T regex= -> replacement=_sip._tcp.sip2sip.info
STACK | 20160629-140435.384 | telepathy-resiprocate | RESIP:DNS | 139966897334016 | DnsResult.cxx:1308 | Received NAPTR record: key=sip2sip.info order=5 pref=100 flags=s service=SIPS+D2T regex= -> replacement=_sips._tcp.sip2sip.info
Since TLS is the top order and you have TLS transport - it then looked up the TLS SRV records:
Then it successfully looked up the A records:
DEBUG | 20160629-140435.385 | telepathy-resiprocate | RESIP:TRANSPORT | 139966897334016 | TcpBaseTransport.cxx:316 | Processing write for [ V4 81.23.228.129:443 TLS targetDomain=sip2sip.info transportKey=1 ]