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> <X-PRE-PROCESS cmd="set" data="default_provider=10.60.20.145"/><br> <X-PRE-PROCESS cmd="set" data="default_provider_username=freeswitch"/><br>
<X-PRE-PROCESS cmd="set" data="default_provider_password=freeswitch"/><br> <X-PRE-PROCESS cmd="set" data="default_provider_from_domain=10.60.20.145"/><br> <!-- true or false --><br>
<X-PRE-PROCESS cmd="set" data="default_provider_register=false"/><br> <X-PRE-PROCESS cmd="set" data="default_provider_contact=5000"/><br><br>Internal Gateway defined in directory/default/freeswitch.xml<br>
<include><br> <user id="freeswitch"><br> <params><br> <param name="password" value="freeswitch"/><br> <param name="vm-password" value="5000"/><br>
</params><br> <variables><br> <variable name="toll_allow" value="domestic,international,local"/><br> <variable name="accountcode" value="5000"/><br>
<variable name="user_context" value="default"/><br> <variable name="effective_caller_id_name" value="Extension 5000"/><br> <variable name="effective_caller_id_number" value="5000"/><br>
<variable name="outbound_caller_id_name" value="$${outbound_caller_name}"/><br> <variable name="outbound_caller_id_number" value="$${outbound_caller_id}"/><br>
<variable name="callgroup" value="techsupport"/><br> </variables><br> </user><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>