Yan Huang
2003-Apr-30 11:03 UTC
[Asterisk-Users] how many voicemail box asterisk can support
Hi: when add a new voicemailbox, asterisk will create a new directory to it. since linux has limitation for the number of subdirectory. i wonder how many voicemailbox can asterisk support? thanks. yan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030430/bd36cdaa/attachment.htm
Florian Overkamp
2003-Apr-30 11:48 UTC
[Asterisk-Users] how many voicemail box asterisk can support
Quoting Yan Huang <yhuang@pulver.com>:> Hi: > when add a new voicemailbox, asterisk will create a new directory to > it. > since linux has limitation for the number of subdirectory. i wonder > how many voicemailbox can asterisk support?As far as I can tell the only limit is the running out of inodes at a certain time, and the practical limit for entries in directories. So it depends on your filesystem, really. Florian
Michael Graff
2003-Apr-30 11:58 UTC
[Asterisk-Users] how many voicemail box asterisk can support
"Yan Huang" <yhuang@pulver.com> writes:> Hi: > when add a new voicemailbox, asterisk will create a new directory to it. > since linux has limitation for the number of subdirectory. i wonder > how many voicemailbox can asterisk support?I'd be shocked if you reached the limit with voice mail. It's not the number of subdirectories on linux I hope -- it should be the number of inodes in use or something similar. Note that I'm a NetBSD hacker and this linux thing is something I'm going to try very hard to remove as soon as asterisk runs reliably on NetBSD. It's very close, thanks to work from someone with OpenBSD. --Michael
Steven Critchfield
2003-Apr-30 13:30 UTC
[Asterisk-Users] how many voicemail box asterisk can support
On Wed, 2003-04-30 at 13:03, Yan Huang wrote:> Hi: > when add a new voicemailbox, asterisk will create a new directory to > it. > since linux has limitation for the number of subdirectory. i wonder > how many voicemailbox can asterisk support?This is dependant on inodes. Use df -i to see your free inode count. If you are real worried about it, switch that partition to XFS which dynamically creates inodes as needed. -- Steven Critchfield <critch@basesys.com>