<p dir="ltr">I also found the correct way to deal with the LIMIT problem. Asterisk has a built-in way to deal with this. In file<i> /etc/asterisk/res_odbc.conf</i>,  the following should be added under [asterisk] :</p>
<p dir="ltr">limit =&gt; 5<br>
share_connections =&gt; no</p>
<p dir="ltr">Now everything is working well without problems. </p>
<p dir="ltr">Nabeel </p>