<div dir="ltr">Hello Guys I am having this issue where kamailio is receiving requests from SIPp (we are currently testing the platform and doing QA) but if we do more than 800 concurrent calls kamailio starts failing and slowing the requests, The scenario is the following:<div><br></div><div>I am sending 5000 calls at 100 CPS on TCP and I am having this route in the configuration file:<br><br># Handle the calls to api<br>route[CALL_API] {<br>    xlog("L_NOTICE"," Call request $var(call_request) method: $rm \n");<br>    $var(loop_true)=1;<br>    while ($var(loop_true)) {<br>        if(!lua_run("call_request","$var(call_request)","$sht(token=>new_token)")) {<br>            xlog("L_NOTICE", "SCRIPT: failed to execute lua function!\n");<br>        }<br>        if ($var(loop_true)){<br>            sleep("1");<br>        }<br>    }<br>    xlog("L_NOTICE", "SCRIPT: Sucess to execute lua function!\n");<br>}<br></div><div><br></div><div>So I am executing a LUA script for the requests and the API response will tell the destination of the call.<br><br>At 800 concurrent calls, I can notice SLOWLINESS in the SIPp testing tool, and then I will start receiving 408 timeouts.<br><br>This sounds like a load issue or something because I believe there's a time that it's been added every time we hit the backend and wait for the response.</div><div><br></div><div>any help will be appreciated</div><div><br></div><div>Regards</div><div><br></div><div>Gio</div><div><br></div></div>