Hi all, In order to do loadbalancing between my two *, i wanted to stock all things concerning voicemail on a NFS partition... I see that the voicemail system put his files onto two differents directories : /var/spool/asterisk/voicemail/mycontext etc. and /var/lib/asterisk/voicemail/mycontext etc. I've two questions : Why ? and how can i do to centralize the destination of the messages AND of annonces in a unique directorie ? thx in advance.
mmm lets say u export a partition and is then mounted on /mnt/ast-voicemail you can try to symlink both directories... /var/spool/asterisk/voicemail/ -> /mnt/ast-voicemail/vmail-spool/ /var/lib/asterisk/voicemail/ -> /mnt/ast-voicemail/vmail-lib/ but im an asterisk newbie so sorry but i dont know if this will work i just gave you an idea... On 5/26/05, Decarpentrie Guy <gdecarpentrie@pangetel.fr> wrote:> Hi all, > > In order to do loadbalancing between my two *, i wanted to stock all > things concerning voicemail on a NFS partition... > I see that the voicemail system put his files onto two differents > directories : > /var/spool/asterisk/voicemail/mycontext etc. > and > /var/lib/asterisk/voicemail/mycontext etc. > > I've two questions : > Why ? > > and how can i do to centralize the destination of the messages AND of > annonces in a unique directorie ? > > thx in advance. > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-- Luis Diaz - Un obsesivo con proyectos! :oP
Decarpentrie Guy wrote:>Hi all, > >In order to do loadbalancing between my two *, i wanted to stock all >things concerning voicemail on a NFS partition... >I see that the voicemail system put his files onto two differents >directories : >/var/spool/asterisk/voicemail/mycontext etc. >and >/var/lib/asterisk/voicemail/mycontext etc. > >I've two questions : >Why ? > >and how can i do to centralize the destination of the messages AND of >annonces in a unique directorie ? > >thx in advance. > > >Take a look at this patch on mantis (http://bugs.digium.com/view.php?id=4371) With a little creative dialplan work, you can centralize your voicemail server, not using NFS, but over IAX. -Chris