Hi Alex,
apply the attached patch - it will print some more debug log that will
help in finding the problem.
Regards,
Bogdan
Alex Hermann wrote:
On Friday 13 April 2007 16:40, you wrote:
Hi Alex,
did you receive any provisional reply from UAS before the timeout event?
No, the failing node was inserted for testing purposes. It has nothing
listening on that port.
I'm a bit worried about this line:
Apr 13 14:54:32 sip1 outbound1[17834]: DEBUG:do_srv_lookup:
SRV(_sip._udp.outbounds.domain.net) = out_sip1.domain.net:5060
shouldn't it mention both hosts?
Index: resolve.c
===================================================================
--- resolve.c (revision 2027)
+++ resolve.c (working copy)
@@ -722,6 +722,8 @@
n->vals[l].ival = get_srv(r)->port;
n->vals[l].sval = p;
memcpy( p, get_srv(r)->name, get_srv(r)->name_len );
+ DBG("DEBUG:a2dns_node: storing %s:%d\n",
+ n->vals[l].sval,n->vals[l].ival);
p += get_srv(r)->name_len;
*(p++) = 0;
}