Been working fine for us so far. -----Original Message----- From: Andrew Joakimsen [mailto:joakimsen@gmail.com] Sent: Wednesday, December 06, 2006 6:33 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] MWI across multiple servers How well would NFS work in this situation? On 12/6/06, Porier, Jeremy M. < jporier@ccu.edu> wrote: We are about to deploy six Asterisk servers across the state with SIP phones at each site registering to their "local" server. However, we are centralizing voicemail at our main campus to enable the transfer of voicemails between users regardless of site. It also simplifies our backup procedures for voicemail. Any tips for distributing MWI messages amongst those separate servers that phones are registering to? I suppose I could script something on the voicemail server to put a file in the inbox on the distributed servers but perhaps there is something more elegant I'm unaware of? If not, has anyone scripted this before and willing to share? Would be much appreciated. Thanks, Jeremy _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20061206/8442e946/attachment.htm
I decided to write my own simple voicemail application via AGI and store all voicemails in MySQL. The nice thing was the user can retrieve via phone (local and remote), via email attachment and also via web download. You can listen to old and new messages and change your outgoing message too. Regards Jon Jon Farmer Telford, Shropshire, UK ----- Original Message ---- From: "Porier, Jeremy M." <jporier@ccu.edu> To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users@lists.digium.com> Sent: Wednesday, 6 December, 2006 4:20:04 PM Subject: [asterisk-users] MWI across multiple servers We are about to deploy six Asterisk servers across the state with SIP phones at each site registering to their "local" server. However, we are centralizing voicemail at our main campus to enable the transfer of voicemails between users regardless of site. It also simplifies our backup procedures for voicemail. Any tips for distributing MWI messages amongst those separate servers that phones are registering to? I suppose I could script something on the voicemail server to put a file in the inbox on the distributed servers but perhaps there is something more elegant I'm unaware of? If not, has anyone scripted this before and willing to share? Would be much appreciated. Thanks, Jeremy _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users Send instant messages to your online friends http://uk.messenger.yahoo.com
On Dec 7, 2006, at 4:14 AM, Jon Farmer wrote:> I decided to write my own simple voicemail application via AGI and > store all voicemails in MySQL. The nice thing was the user can > retrieve via phone (local and remote), via email attachment and > also via web download. > > You can listen to old and new messages and change your outgoing > message too. > > Regards > > JonJon, Maybe you could post this application and a how-to to the wiki? Tom