Re: [Freeswitch-users] storing voicemessage and greeting in DB

2008-04-21 Thread Brian Snipes
If you do go the shared storage route, the following might be of interest: http://www.furquim.org/chironfs/ Brian On Sun, 2008-04-20 at 19:15 -0500, Brian West wrote: > Shared storage... Putting the message data into a blob into the db is > not optimal in my opinion. > > /b > > On Apr 20, 20

Re: [Freeswitch-users] storing voicemessage and greeting in DB

2008-04-20 Thread Ken Rice
use some sort of shared file system ala NFS > From: Brian West <[EMAIL PROTECTED]> > Reply-To: > Date: Sun, 20 Apr 2008 19:15:43 -0500 > To: > Subject: Re: [Freeswitch-users] storing voicemessage and greeting in DB > > Shared storage... Putting the message data

Re: [Freeswitch-users] storing voicemessage and greeting in DB

2008-04-20 Thread Brian West
Shared storage... Putting the message data into a blob into the db is not optimal in my opinion. /b On Apr 20, 2008, at 12:16 PM, Pete Kay wrote: > Hi, > > I am wondering if storing and retrieving voicemaessage / greeting > from DB makes sense especially for a load balancing environment. Is

[Freeswitch-users] storing voicemessage and greeting in DB

2008-04-20 Thread Pete Kay
Hi, I am wondering if storing and retrieving voicemaessage / greeting from DB makes sense especially for a load balancing environment. Is there anyway to do it in freeswitch? If not, is there any way of using some ftp-style storing and retrieving? How is it done typically to have voicemail work