<br><br><div class="gmail_quote">On Sun, Oct 25, 2009 at 6:58 AM, Lei Tang <span dir="ltr">&lt;<a href="mailto:lei.tlfly@gmail.com">lei.tlfly@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi All:<br>   I&#39;m a newbie to FS.  I&#39;m using  FS as a sbc and have about 20000 user account . Does somebody can tell me how to  make FS load use account information from a database such as mssql or mysql?  Could you give me a sample configuration file?<br>

   Thanks a lots.<br> <br></blockquote><div>Lei,<br><br>The feature that you want is mod_xml_curl - it allows you to pull config information from a web server, and that web server will do the db lookup. For more information check out these resources:<br>
</div></div><br>Wiki docs: <a href="http://wiki.freeswitch.org/wiki/Mod_xml_curl">http://wiki.freeswitch.org/wiki/Mod_xml_curl</a><br>Example: <a href="http://fisheye.freeswitch.org/browse/FreeSWITCH/contrib/trixter/xml-curl">http://fisheye.freeswitch.org/browse/FreeSWITCH/contrib/trixter/xml-curl</a><br>
<br>We don&#39;t have a soup-to-nuts how-to on mod_xml_curl because it can be done in so many different ways. Someone could write a book on implementing xml_curl techniques. Your best bet is to figure out how you want to store your user information, then decide what&#39;s the best way to pull that information from the database, then setup a web server to handle the request/return process. Between the docs and the examples you should be able to get up and running.<br>
<br>-MC<br>