Checking the source code it contains two tables. One stores a list of voicemail messages including time, caller information and the location of the recorded voicemail file. The other stores the user preferences (password etc).<br>
<br>I'd say both of those will want to be persistent.<br><br>-Steve<br><br><br><br><div class="gmail_quote">On 18 August 2010 10:32, Brian May <span dir="ltr"><<a href="mailto:brian@microcomaustralia.com.au">brian@microcomaustralia.com.au</a>></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;"><div class="im">On 18 August 2010 18:52, David Ponzone <<a href="mailto:david.ponzone@ipeva.fr">david.ponzone@ipeva.fr</a>> wrote:<br>
> I think there is a good reason to move your db/ dir to tmpfs.<br>
> If you leave that on flash, you gonna do a lot of writes to the flash, and<br>
> you could eventually wear it out if the box is installed for several years.<br>
> How quick it could be worn out will depend on the quality of flash you put<br>
> in that.<br>
<br>
</div>Yes, was thinking that too.<br>
<br>
However, I suspect I can't put voicemail_default.db onto tmpfs, I<br>
suspect that needs to have persistence - I assume it stores voicemail<br>
stuff not found anywhere else.<br>
<br>
Fortunately this file doesn't change often.<br>
<div><div></div><div class="h5">--<br>
Brian May <<a href="mailto:brian@microcomaustralia.com.au">brian@microcomaustralia.com.au</a>><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>