<div dir="ltr">Hi,<div><br></div><div>I'm using the UAC module in Kamailio to setup about 500 outbound registration towards a single host.</div><div>The issue I'm currently experiencing is that when we start Kamailio all this 500 registrations are initiated at once towards the host which can't handle all the requests at the same time.</div><div><br></div><div>Therefor I tried to spread the registrations using the reg_random_delay function:</div><div>modparam("uac", "reg_random_delay", 60)<br></div><div><br></div><div>I would expect that this would spread the registrations over about a minute but in reality the numbers are sprad as follow:</div><div><br></div><div><div>2017/08/09 21:59:14: 301</div><div> 2017/08/09 21:59:15: 332</div><div> 2017/08/09 21:59:16: 253</div><div> 2017/08/09 21:59:18: 120</div><div> 2017/08/09 21:59:22: 69</div></div></div>