Re: [asterisk-users] Large voicemail

2007-10-31 Thread [EMAIL PROTECTED]
Probably the best option is store the messages in IMAP and the
userdate in a database.

Honestly I dont think there is an issue with any number of mailboxes
the issue is going to be how many calls at once your system can handle
or how well your architecture scales to handle multiple machines. Can
your storage handle 5,000 mails being recorded at once? Just trying to
sort out the thousand different aspects of it all in my mind right now
I say you give it a try but expect to write your own voicemail fron
the ground up and not necessarily based on Asterisk. Then again, I
could be wrong.


On 10/25/07, Pepo <[EMAIL PROTECTED]> wrote:
> I am trying to use Asterisk as the voicemail system of the TELCO where I work.
> I wanna test with 2 mail boxes ( and later with a better machine/server I
> hope try with 7 ).
>
> How do I include in voicemail.conf the file with the mail boxes?, In a big
> system like this,is better use text files or any database?
>
> Thanks
>
> --
>
>  Linux User Registered #232544
>   Jabber : [EMAIL PROTECTED]
>Ekiga : [EMAIL PROTECTED]
>  ICQ : 337889406
>GnuPG-key : www.keyserver.net
> ---
>dum loquimur, fugerit invida
> aetas: carpe diem, quam minimum credula postero.
>
>
> ___
> --Bandwidth and Colocation Provided by http://www.api-digital.com--
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>http://lists.digium.com/mailman/listinfo/asterisk-users
>

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Large voicemail

2007-10-28 Thread Patrick
On Sun, 2007-10-28 at 02:27 -0500, Pepo wrote:
> El Thursday 25 October 2007 11:31:37 Tilghman Lesher escribió:
> > On Thursday 25 October 2007 07:40:06 Pepo wrote:
> > > I am trying to use Asterisk as the voicemail system of the TELCO where I
> > > work. I wanna test with 2 mail boxes ( and later with a better
> > > machine/server I hope try with 7 ).
> > >
> > > How do I include in voicemail.conf the file with the mail boxes?, In a
> > > big system like this,is better use text files or any database?
> >
> > Well, if it's the same format, you can use #include.  However, with a large
> > system like that, I would tend to use the database to configure mailboxes,
> > while using sound files directly on disk.
> 
> Until now always use plain text files, How do I can use a Database in the 
> voicemail system? 

With Asterisk 1.4 you have a choice to compile voicemail with odbc
support. Not sure if that's for storing the voicemail only or for the
config too.

Regards,
Patrick


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [asterisk-users] Large voicemail

2007-10-28 Thread Dovid B



>El Thursday 25 October 2007 11:31:37 Tilghman Lesher escribió:
>> On Thursday 25 October 2007 07:40:06 Pepo wrote:
>> > I am trying to use Asterisk as the voicemail system of the TELCO where 
>> > I
>> > work. I wanna test with 2 mail boxes ( and later with a better
>> > machine/server I hope try with 7 ).
>> >
>> > How do I include in voicemail.conf the file with the mail boxes?, In a
>> > big system like this,is better use text files or any database?
>>
>> Well, if it's the same format, you can use #include.  However, with a 
>> large
>> system like that, I would tend to use the database to configure 
>> mailboxes,
>> while using sound files directly on disk.
>
>Until now always use plain text files, How do I can use a Database in the
>voicemail system?

http://www.voip-info.org/wiki-Asterisk+RealTime
http://www.voip-info.org/wiki/view/Asterisk+RealTime+Voicemail 



___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Large voicemail

2007-10-28 Thread Pepo
El Thursday 25 October 2007 11:31:37 Tilghman Lesher escribió:
> On Thursday 25 October 2007 07:40:06 Pepo wrote:
> > I am trying to use Asterisk as the voicemail system of the TELCO where I
> > work. I wanna test with 2 mail boxes ( and later with a better
> > machine/server I hope try with 7 ).
> >
> > How do I include in voicemail.conf the file with the mail boxes?, In a
> > big system like this,is better use text files or any database?
>
> Well, if it's the same format, you can use #include.  However, with a large
> system like that, I would tend to use the database to configure mailboxes,
> while using sound files directly on disk.

Until now always use plain text files, How do I can use a Database in the 
voicemail system? 

-- 

 Linux User Registered #232544
  Jabber : [EMAIL PROTECTED]
   Ekiga : [EMAIL PROTECTED]
 ICQ : 337889406
   GnuPG-key : www.keyserver.net
---
   dum loquimur, fugerit invida
aetas: carpe diem, quam minimum credula postero.


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Large voicemail

2007-10-26 Thread Russell Bryant
Tzafrir Cohen wrote:
> On Thu, Oct 25, 2007 at 11:31:37AM -0500, Tilghman Lesher wrote:
>> Well, if it's the same format, you can use #include.  
> 
> Doesn't this break voicemail password changing?

I think Steve Murphy recent fixed the configuration handler to be able to handle
this situation.

... actually, the change was only made in trunk (revision 81361).  So, it will
work in 1.6 ...

-- 
Russell Bryant
Senior Software Engineer
Open Source Team Lead
Digium, Inc.

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Large voicemail

2007-10-25 Thread Tzafrir Cohen
On Thu, Oct 25, 2007 at 11:31:37AM -0500, Tilghman Lesher wrote:
> On Thursday 25 October 2007 07:40:06 Pepo wrote:
> > I am trying to use Asterisk as the voicemail system of the TELCO where I
> > work. I wanna test with 2 mail boxes ( and later with a better
> > machine/server I hope try with 7 ).
> >
> > How do I include in voicemail.conf the file with the mail boxes?, In a big
> > system like this,is better use text files or any database?
> 
> Well, if it's the same format, you can use #include.  

Doesn't this break voicemail password changing?

-- 
   Tzafrir Cohen   
icq#16849755  jabber:[EMAIL PROTECTED]
+972-50-7952406   mailto:[EMAIL PROTECTED]   
http://www.xorcom.com  iax:[EMAIL PROTECTED]/tzafrir

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [asterisk-users] Large voicemail

2007-10-25 Thread Tilghman Lesher
On Thursday 25 October 2007 07:40:06 Pepo wrote:
> I am trying to use Asterisk as the voicemail system of the TELCO where I
> work. I wanna test with 2 mail boxes ( and later with a better
> machine/server I hope try with 7 ).
>
> How do I include in voicemail.conf the file with the mail boxes?, In a big
> system like this,is better use text files or any database?

Well, if it's the same format, you can use #include.  However, with a large
system like that, I would tend to use the database to configure mailboxes,
while using sound files directly on disk.

-- 
Tilghman

___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] Large voicemail

2007-10-25 Thread Pepo
I am trying to use Asterisk as the voicemail system of the TELCO where I work. 
I wanna test with 2 mail boxes ( and later with a better machine/server I 
hope try with 7 ).

How do I include in voicemail.conf the file with the mail boxes?, In a big 
system like this,is better use text files or any database? 

Thanks

-- 

 Linux User Registered #232544
  Jabber : [EMAIL PROTECTED]
   Ekiga : [EMAIL PROTECTED]
 ICQ : 337889406
   GnuPG-key : www.keyserver.net
---
   dum loquimur, fugerit invida
aetas: carpe diem, quam minimum credula postero.


___
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users