On 05/15/2009 03:17 PM, Alex Hermann wrote:
On Friday 15 May 2009, you wrote:
I'm seeing an increasing amount of spurious timeouts on my proxies. Even though the proxy receives a "100 Trying" response immediately
is this 100 coming very fast?
Yes. Proxies on the same host, first thing the proxy does after checking loose_route is sending a 100 response.
Can you try with r5803, it was a(nother) fix to the race between request/reply.
I'll try, thanks.
Weird thing is that the 100 trying is recognized as belonging to a/the transaction as it shows up in the t_onreply route. So I was assuming the transaction is correctly created before the response arrives.
the transaction is ok, the race is between first request sent out and adding to retransmission timers. sip-router has another implementation here, so next stable is going to do much better.
Cheers, Daniel