<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Arial, Helvetica, sans-serif; font-size: 12pt; color: #000000'>Is there a way to store voicemail to a MySQL cluster like Asterisk does? This is one of the issues I have been trying to find an answer for, but I haven't been able to. It would be great if there were a LUA/Javascript command that would stream audio to the call directly from the database, or the other way around. This would be useful for voicemail recordings, IVR prompts, etc, when running several clustered FS servers. I have a MySQL Cluster spread across each of my FS servers that should be able to handle the additional load. Using MySQL cluster as an on-demand audio storage system would make access to the audio files fault-tolerant and distributed (even to other servers such as a web server for web voicemail playback). <br><br>Any ideas on how this could be achieved?<br><br><div><span style="font-family: arial,helvetica,sans-serif;">Brett Woollum</span><br style="font-family: arial,helvetica,sans-serif;"><span style="font-family: arial,helvetica,sans-serif;">Brett@Woollum.com</span><br></div><br><br>----- Original Message -----<br>From: "Yehavi Bourvine" &lt;yehavi.bourvine@gmail.com&gt;<br>To: "FreeSWITCH Users Help" &lt;freeswitch-users@lists.freeswitch.org&gt;<br>Sent: Saturday, October 9, 2010 12:49:51 AM GMT -08:00 US/Canada Pacific<br>Subject: Re: [Freeswitch-users] Sharing storage between servers<br><br><div dir="rtl"><div dir="ltr">Hi,</div>
<div dir="ltr">&nbsp;</div>
<div dir="ltr">&nbsp; We use a NAS server to share the voicemail between two servers (one is FS, the other is WEB interface we wrote to handle&nbsp; voicemail via WEB).</div>
<div dir="ltr">&nbsp; For the database: we use MySQL with replication.</div>
<div dir="ltr">&nbsp;</div>
<div dir="ltr">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Regards, __Yehavi:<br><br></div>
<div dir="ltr" class="gmail_quote">
<div>2010/10/9 Jody Rudolph <span dir="ltr">&lt;<a href="mailto:jody.rudolph@gmail.com" target="_blank">jody.rudolph@gmail.com</a>&gt;</span></div>
<blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;" class="gmail_quote">
<div>I am curious as to just how far you can take sharing disk storage for the purpose of clustering. Is anyone doing this with the voicemail storage directories? Is it possible to share the SQLite internal databases to avoid resorting to ODBC? I realize that isn't likely, but I have access to some high performance SAN hardware and want to take the most advantage possible.<br>
<br><br>Thanks,<br><font color="#888888">Jody Rudolph<br></font></div><br>_______________________________________________<br>FreeSWITCH-users mailing list<br><a href="mailto:FreeSWITCH-users@lists.freeswitch.org" target="_blank">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>
<div dir="ltr"><br></div></div>
<br>_______________________________________________
FreeSWITCH-users mailing list
FreeSWITCH-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
</div></body></html>