I would look at mod_xml_curl (<a href="http://wiki.freeswitch.org/wiki/Mod_xml_curl">http://wiki.freeswitch.org/wiki/Mod_xml_curl</a>)<br><br>This allows you to offload the user directory to a web server with a database backend.<br>
<br>You could develop a script on the same web server which the client uses to register the account. The script creates the account in the database.<br><br>Your client then REGISTERs to Freeswitch, which will access the web server via mod_xml_curl to see whether the username+password were valid. The web script checks the database, and then returns that access is either allowed or denied.<br>
<br>The web server (e.g. apache), database (e.g. mysql) and freeswitch can all run on the same server if you like.<br><br>-Steve<br><br><br><div class="gmail_quote">On 21 August 2010 07:47, Tharindu Madushanka <span dir="ltr">&lt;<a href="mailto:tharindufit@gmail.com">tharindufit@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">Hi,<br><br>I have built a SIP client for my University project and I could make SIP calls between two accounts using third party free SIP accounts. I used <a href="http://sip2sip.org" target="_blank">sip2sip.org</a> to test the functionality.<br>


<br>Now I would like to install a SIP server at my local machine and test how it works. Then I was looking for SIP open source projects and found this project.<br><br>What I would like to do is. from my client app I want to register ( sign up ) for SIP accounts with FreeSWITCH server I installed..<br>


<br>Could somebody help me to give some points what I have to look into achieve this functionality.. <br><br>It&#39;s really useful..<br><br>Thank you and Kind Regards,<br><font color="#888888"><br>Tharindu Madushanka<br>
<a href="http://tharindufit.wordpress.com" target="_blank">tharindufit.wordpress.com</a><br>

</font><br>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br>