<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>
<gateway name="voipms">
<!-- 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 -->
<param name="username" value="100XXX" />
<param name="password" value="PASSWORD" />
<!-- This gateway could be different depending on which switch you are on -->
<param name="proxy" value="<a href="http://sip.us4.voip.ms">sip.us4.voip.ms</a>" />
<param name="realm" value="<a href="http://sip.us4.voip.ms">sip.us4.voip.ms</a>" />
<!-- This should be set to "false" for IP-based accounts, or "true" for registration based -->
<param name="register" value="false" />
</gateway>
</include></pre></div></div>