<div dir="ltr">Hi,<div><br></div><div>I am trying to confure FreeSwitch for my VOIP gateway.</div><div><br></div><div>It works really good in testing in low load.</div><div><br></div><div>However, whenever i try to increase load it takes only around 240 concurrent calls and any call beyond that it starts giving 503, Bad Gateway errors.</div><div><br></div><div>On console i start getting below error, which led me to believe that database issue and it seems it cannot take more connections. I tried setting up MySQL as database as well with same results.</div><div><br></div><div><div>2014-10-13 20:00:50.680811 [ERR] switch_core_sqldb.c:1196 SQL ERR: [select state,status,rpid,presence_id,uuid from sip_dialogs where uuid != &#39;35579a26-4bc4-40ab-ae5c-a2b6f460c801&#39; and call_info_state != &#39;seized&#39; and hostname=&#39;BOX02&#39; and profile_name=&#39;internal&#39; and ((sip_from_user=&#39;sipp&#39; and sip_from_host=&#39;10.0.0.14&#39;) or presence_id=&#39;<a href="mailto:sipp@10.0.0.14">sipp@10.0.0.14</a>&#39;) order by rcd desc] unable to open database file</div><div>2014-10-13 20:00:50.680811 [ERR] switch_core_sqldb.c:586 NATIVE SQL ERR [unable to open database file]</div><div>update sip_subscriptions set version=version+1 where hostname=&#39;BOX02&#39; and profile_name=&#39;internal&#39; and sip_subscriptions.event != &#39;line-seize&#39; and sip_subscriptions.proto=&#39;sip&#39; and (event=&#39;presence&#39; or event=&#39;dialog&#39;) and sub_to_user=&#39;sipp&#39; and (sub_to_host=&#39;10.0.0.14&#39; or sub_to_host=&#39;10.0.0.15&#39; or sub_to_host=&#39;N/A&#39; or presence_hosts like &#39;%10.0.0.14%&#39;) and (sip_subscriptions.profile_name = &#39;internal&#39; or presence_hosts like &#39;%10.0.0.14%&#39;)</div><div>2014-10-13 20:00:50.680811 [ERR] switch_core_sqldb.c:1196 SQL ERR: [select distinct sip_subscriptions.proto,sip_subscriptions.sip_user,sip_subscriptions.sip_host,sip_subscriptions.sub_to_user,sip_subscriptions.sub_to_host,sip_subscriptions.event,sip_subscriptions.contact,sip_subscriptions.call_id,sip_subscriptions.full_from,sip_subscriptions.full_via,sip_subscriptions.expires,sip_subscriptions.user_agent,sip_subscriptions.accept,sip_subscriptions.profile_name,&#39;CS_ROUTING&#39;,&#39;unknown&#39;,&#39;10.0.0.14&#39;,sip_presence.status,sip_presence.rpid,sip_presence.open_closed,&#39;&#39;,&#39;&#39;,sip_subscriptions.version, &#39;&#39;,sip_subscriptions.orig_proto,sip_subscriptions.full_to,sip_subscriptions.network_ip, sip_subscriptions.network_port from sip_subscriptions left join sip_presence on (sip_subscriptions.sub_to_user=sip_presence.sip_user and sip_subscriptions.sub_to_host=sip_presence.sip_host and sip_subscriptions.profile_name=sip_presence.profile_name and sip_subscriptions.hostname=sip_presence.hostname) where sip_subscriptions.hostname=&#39;BOX02&#39; and sip_subscriptions.profile_name=&#39;internal&#39; and sip_subscriptions.event != &#39;line-seize&#39; and sip_subscriptions.proto=&#39;sip&#39; and (event=&#39;presence&#39; or event=&#39;dialog&#39;) and sub_to_user=&#39;sipp&#39; and (sub_to_host=&#39;10.0.0.14&#39; or sub_to_host=&#39;10.0.0.15&#39; or sub_to_host=&#39;N/A&#39; or presence_hosts like &#39;%10.0.0.14%&#39;) ] unable to open database file</div></div><div><br></div><div>Please help.</div><div><br></div><div>Thanks,</div><div>Vishal</div></div>