Hi @kelnos , your backtrace points to the lock for protecting the write
operations on a TCP connection. This means you have a connection with a very
very slow (and possible blocking) writing.
I would suggest to switch to async writing for TCP:
http://www.opensips.org/Documentation/Script-CoreParameters-1-11#toc82
or to stay in blocking mode but to reduce the write timeout:
http://www.opensips.org/Documentation/Script-CoreParameters-1-11#toc89
Regards,
Bogdan
---
Reply to this email directly or view it on GitHub:
https://github.com/OpenSIPS/opensips/issues/410#issuecomment-73475921
_______________________________________________
Devel mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/devel