On 05/31/2011 09:53 AM, Alex Balashov wrote:
On 05/31/2011 09:52 AM, Borin wrote:
Does that mean that if kamailio does not manage to write acc record for any reason it does not forward that INVITE/200ok?
It should forward the requests. But SIP worker threads doing the forwarding will block on database requests that block due to locks, so there might be delay.
Also, there is a relatively small number of SIP worker threads. If all of them block on database operations, further requests may not be processed in time.