[Freeswitch-users] Voicemail Question (using multiple servers)
Bill W.
freeswitch at aastral.net
Wed Dec 30 20:06:09 PST 2009
Hey VM,
Couldn't you just have your core use ODBC instead of SQLite?
http://wiki.freeswitch.org/wiki/Using_ODBC_in_the_core
-Bill W
VM Knott wrote:
> I am attempting to use multiple FreeSWITCH servers to share a common
> collection of voicemail boxes. Everything is working great, except
> for when it comes to managing the custom greetings within the
> individual voicemail boxes.
>
> As I understand it, when creating a custom greeting within a voicemail
> box, a record is stored in the voicemail_default.db file located in
> the ../freeswitch/db directory (which allows FS to know where to
> retrieve the greeting message). My original plan was to link (NFS)
> the remote servers to the directory to reference this file, and keep
> the custom greetings in an additional shared directory location
> (again, all of this working great so far).
>
> voicemail_prefs cols: username, domain, name_path, greeting_path, password
>
> Unfortunately, the record that is inserted into this file includes an
> IP address (domain) of the FS server handling the call. This
> complicates things if I am “hot swapping” FS servers in and out of the
> server cluster. Each time I add a server to the cluster, I will have
> to have a process go into this file and replicate all of the records
> for each mailbox account, to account for the specific server ip
> address. Seems awkward.
>
> Am I approaching this wrong? i.e., is there a way to by pass this
> voicemail_prefs table?
> or would I have to dig into the mod_voicemail.c source code and customize it?
>
> - VMK
>
> _______________________________________________
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
More information about the FreeSWITCH-users
mailing list