<div dir="ltr">Can someone point me in right direction on integrating freeswitch with mysql ? <div>I am trying to store all configuration files in mysql just like asterisk does. </div><div>I used this sample config how I get it to use mysql database and how I can get gateway to register with <a href="http://voip.ms">voip.ms</a></div><div><pre style="font-family:monospace,courier;padding:1em;border:1px dashed rgb(47,111,171);color:rgb(0,0,0);background-color:rgb(249,249,249);line-height:1.3em;font-size:12.8px">include&gt;
  &lt;gateway name=&quot;voipms&quot;&gt;
    &lt;!-- Replace the values below with your Voip.ms username and password.  Even if you use an IP-based sub-account, FreeSWITCH likes values for the username and password --&gt;
    &lt;param name=&quot;username&quot; value=&quot;100XXX&quot; /&gt;
    &lt;param name=&quot;password&quot; value=&quot;PASSWORD&quot; /&gt;
    &lt;!-- This gateway could be different depending on which switch you are on --&gt;
    &lt;param name=&quot;proxy&quot; value=&quot;<a href="http://sip.us4.voip.ms">sip.us4.voip.ms</a>&quot; /&gt;
    &lt;param name=&quot;realm&quot; value=&quot;<a href="http://sip.us4.voip.ms">sip.us4.voip.ms</a>&quot; /&gt;
    &lt;!-- This should be set to &quot;false&quot; for IP-based accounts, or &quot;true&quot; for registration based --&gt;
    &lt;param name=&quot;register&quot; value=&quot;false&quot; /&gt;
  &lt;/gateway&gt;
&lt;/include&gt;</pre></div></div>