Re: [Freeswitch-users] mod_voicemail accounts on-the-fly

2009-06-14 Thread Gavin Henry
t; users via direct ODBC or other database driver however at this point its not > possible... Your only other possible option is via LDAP for the users > > > > From: Adam Wilt > Reply-To: > Date: Sat, 13 Jun 2009 18:28:55 -0400 > To: > Subject: Re: [Freeswitch-u

Re: [Freeswitch-users] mod_voicemail accounts on-the-fly

2009-06-13 Thread Diego Viola
And please contribute things back when you do it. Diego On Sat, Jun 13, 2009 at 6:42 PM, Brian West wrote: > Then you're free to write your own directory hook and plug it directly > into the database how ever you wish. Look how XML_CURL uses this > interface. > > /b > > On Jun 13, 2009, at 5:2

Re: [Freeswitch-users] mod_voicemail accounts on-the-fly

2009-06-13 Thread Brian West
Then you're free to write your own directory hook and plug it directly into the database how ever you wish. Look how XML_CURL uses this interface. /b On Jun 13, 2009, at 5:28 PM, Adam Wilt wrote: > Thanks. I would really like mod_voicemail to be database driven, > instead of by XML and cU

Re: [Freeswitch-users] mod_voicemail accounts on-the-fly

2009-06-13 Thread Ken Rice
possible... Your only other possible option is via LDAP for the users From: Adam Wilt Reply-To: Date: Sat, 13 Jun 2009 18:28:55 -0400 To: Subject: Re: [Freeswitch-users] mod_voicemail accounts on-the-fly Thanks. I would really like mod_voicemail to be database driven, instead of by XML and cURL

Re: [Freeswitch-users] mod_voicemail accounts on-the-fly

2009-06-13 Thread Adam Wilt
Thanks. I would really like mod_voicemail to be database driven, instead of by XML and cURL. I noticed in the documentation that you can provide an ODBC handle in the voicemail.conf.xml file, and so I tried it with MySQL. It created the two tables, voicemail_msgs and voicemail_prefs properly, and

Re: [Freeswitch-users] mod_voicemail accounts on-the-fly

2009-06-13 Thread SP
at, 13 Jun 2009 12:58:57 -0400 >> From: Brian West >> Subject: Re: [Freeswitch-users] mod_voicemail accounts on-the-fly >> To: freeswitch-users@lists.freeswitch.org >> Message-ID: >> Content-Type: text/plain; charset="us-ascii" >> >> >> Why

Re: [Freeswitch-users] mod_voicemail accounts on-the-fly

2009-06-13 Thread Ken Rice
Either that or you feed it from something else like XML_CURL From: Adam Wilt Reply-To: Date: Sat, 13 Jun 2009 14:11:06 -0400 To: Subject: Re: [Freeswitch-users] mod_voicemail accounts on-the-fly I'm sorry, I said dialplan, but I was talking about the directory.  So the directory file

Re: [Freeswitch-users] mod_voicemail accounts on-the-fly

2009-06-13 Thread Adam Wilt
I'm sorry, I said dialplan, but I was talking about the directory. So the directory file must be edited every time a new mailbox is created? > > Message: 7 > Date: Sat, 13 Jun 2009 12:58:57 -0400 > From: Brian West > Subject: Re: [Freeswitch-users] mod_voicemail acco

Re: [Freeswitch-users] mod_voicemail accounts on-the-fly

2009-06-13 Thread Brian West
Why would have to touch the dialplan? Just one regex to catch it all.. and send it to voicemail. You still have to add users to the directory for them to have a mailbox anyway. /b On Jun 13, 2009, at 12:18 PM, Adam Wilt wrote: Hi, I have a question about mod_voicemail. I would like to use

[Freeswitch-users] mod_voicemail accounts on-the-fly

2009-06-13 Thread Adam Wilt
Hi, I have a question about mod_voicemail. I would like to use it independently of the dialplan and I was hoping to be able to add new voicemail accounts on-the-fly, without having to update the FreeSWITCH configuration files. But it seems to be forcing me to manually add each user to the dialplan.