[Freeswitch-users] freeswitch mysql integration

jacek burghardt jaceksburghardt at gmail.com
Thu Dec 15 22:57:59 MSK 2016


Can someone point me in right direction on integrating freeswitch with
mysql ?
I am trying to store all configuration files in mysql just like asterisk
does.
I used this sample config how I get it to use mysql database and how I can
get gateway to register with voip.ms

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="sip.us4.voip.ms" />
    <param name="realm" value="sip.us4.voip.ms" />
    <!-- This should be set to "false" for IP-based accounts, or
"true" for registration based -->
    <param name="register" value="false" />
  </gateway>
</include>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20161215/45c1aee6/attachment-0001.html 


Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users mailing list