Is there any config variable somewhere which is limiting the max call limit on FS to 1000?<br><br>Set-up:<br>Taking FS for max call load on my machine. <br><br>User freeswitch is calling internal gateway and playing demo-ivr<br>
<br>User freeswitch defined in vars.xml<br> &lt;X-PRE-PROCESS cmd=&quot;set&quot; data=&quot;default_provider=10.60.20.145&quot;/&gt;<br>  &lt;X-PRE-PROCESS cmd=&quot;set&quot; data=&quot;default_provider_username=freeswitch&quot;/&gt;<br>
  &lt;X-PRE-PROCESS cmd=&quot;set&quot; data=&quot;default_provider_password=freeswitch&quot;/&gt;<br>  &lt;X-PRE-PROCESS cmd=&quot;set&quot; data=&quot;default_provider_from_domain=10.60.20.145&quot;/&gt;<br>  &lt;!-- true or false --&gt;<br>
  &lt;X-PRE-PROCESS cmd=&quot;set&quot; data=&quot;default_provider_register=false&quot;/&gt;<br>  &lt;X-PRE-PROCESS cmd=&quot;set&quot; data=&quot;default_provider_contact=5000&quot;/&gt;<br><br>Internal Gateway defined in directory/default/freeswitch.xml<br>
&lt;include&gt;<br>  &lt;user id=&quot;freeswitch&quot;&gt;<br>    &lt;params&gt;<br>      &lt;param name=&quot;password&quot; value=&quot;freeswitch&quot;/&gt;<br>      &lt;param name=&quot;vm-password&quot; value=&quot;5000&quot;/&gt;<br>
    &lt;/params&gt;<br>    &lt;variables&gt;<br>      &lt;variable name=&quot;toll_allow&quot; value=&quot;domestic,international,local&quot;/&gt;<br>      &lt;variable name=&quot;accountcode&quot; value=&quot;5000&quot;/&gt;<br>
      &lt;variable name=&quot;user_context&quot; value=&quot;default&quot;/&gt;<br>      &lt;variable name=&quot;effective_caller_id_name&quot; value=&quot;Extension 5000&quot;/&gt;<br>      &lt;variable name=&quot;effective_caller_id_number&quot; value=&quot;5000&quot;/&gt;<br>
      &lt;variable name=&quot;outbound_caller_id_name&quot; value=&quot;$${outbound_caller_name}&quot;/&gt;<br>      &lt;variable name=&quot;outbound_caller_id_number&quot; value=&quot;$${outbound_caller_id}&quot;/&gt;<br>
      &lt;variable name=&quot;callgroup&quot; value=&quot;techsupport&quot;/&gt;<br>    &lt;/variables&gt;<br>  &lt;/user&gt;<br><br>After 1000 calls, it is giving the same error<br>-ERR DESTINATION_OUT_OF_ORDER<br><br>Yes, my CPU (quad-core AMD) and RAM (2GB only) are under heavy stress by the time 1000 calls are being done, but is it not a little strange that every time the resources get exhausted at precisely 1000 calls!<br>
<br><br>regards,<br>Anita<br><br>