Comment #8 on issue 930 by jean.deruelle: SIP11-RA: SIP requests handled/delivered in wrong order.
http://code.google.com/p/mobicents/issues/detail?id=930

This issue misses the logs from the jain sip stack that could be useful.
It seems to me that this is a race condition, requests arrive in the right order at jain sip but very close from each other (from the wireshark trace) but since jain sip is multithreaded they are processed concurrently and the second one wins (it is processed before the first one) so jain sip sends the 500 Out of Order which is
correct IMO as well.
I think even with dialog serialization you would have the same problem

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

Reply via email to