If I understand you correctly you want your VM users to have their individual passwords stored in a database. The solution is to use mod_xml_curl instead of static XML for your directory. See mod_xml_curl on the wiki, specifically look for the section on &quot;bindings&quot; for directory. <div>
<br></div><div>-MC<br><br><div class="gmail_quote">On Fri, Jun 10, 2011 at 1:29 AM, Christian Benke <span dir="ltr">&lt;<a href="mailto:benkokakao@gmail.com">benkokakao@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On 10 June 2011 09:38, Sam &lt;<a href="mailto:u2nsam@gmail.com">u2nsam@gmail.com</a>&gt; wrote:<br>
&gt; How Does it access database , does we need to write some syntax somewhere,<br>
&gt; so that FS fetches it out from DB.<br>
<br>
</div>Hi!<br>
<br>
I&#39;m still not sure if i understand your question.<br>
<br>
The default configuration uses a sqlite-DB which is saved in<br>
/usr/local/freeswitch/db/voicemail_default.db. The<br>
voicemail-application accesses this db without additional<br>
configuration.<br>
<br>
If you however want to save the voicemail-preferences in a<br>
non-embedded DB like PostgreSQL or MySQL, you have to configure odbc<br>
on your host to access them plus activate odbc in voicemail.conf.xml.<br>
<br>
Please read the following pages if that is what you want to do:<br>
<a href="http://wiki.freeswitch.org/wiki/Mod_voicemail#odbc-dsn" target="_blank">http://wiki.freeswitch.org/wiki/Mod_voicemail#odbc-dsn</a><br>
<a href="http://wiki.freeswitch.org/wiki/Using_ODBC_in_the_core" target="_blank">http://wiki.freeswitch.org/wiki/Using_ODBC_in_the_core</a><br>
<br>
hth,<br>
<div><div></div><div class="h5">Christian<br>
<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>
</div></div></blockquote></div><br></div>