Before I head down the path of converting voicemail to an ODBC backend, I have a couple questions that I was hoping someone would know. 1. Is the voicemail message stored in the datbase, or just it's location/filename? 2. Does MWI propagate when using an ODBC backend? 3. If it does both of those things, wouldn't it work well for a centralized voicemail system instead of a solution like NFS or weird rsync scripts? -- Kyle Sexton -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070614/8eec45cf/attachment.htm
On 6/14/07, Kyle Sexton <ks@mocker.org> wrote: Hey Kyle!> 1. Is the voicemail message stored in the datbase, or just it's > location/filename?Yes, the voicemail message itself is stored in the database, as a BLOB or large object file.> 2. Does MWI propagate when using an ODBC backend?Yes.> 3. If it does both of those things, wouldn't it work well for a centralized > voicemail system instead of a solution like NFS or weird rsync scripts?Yes, that's the whole reason it was written :-) -Jared