What is the maximum size limit of Master.csv file and what happens when it reaches limit? Thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110708/b499b660/attachment.htm>
Friday, July 8, 2011, 3:13:01 PM, deeps wrote:> What is the maximum size limit of Master.csv file and what happens when it > reaches limit?That is a text file. Only limited by filesystem. -- Best regards, Gergo mailto:csibra at gmail.com
From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of deeps backup Sent: Friday, July 08, 2011 8:13 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] Master.csv file limit What is the maximum size limit of Master.csv file and what happens when it reaches limit? Thanks I don't believe there is a specified size limit on Master.csv. your local ulimit settings might cut it off at a certain size, otherwise the only constrain should be available disk space. What would happen when the limit is reached is that calls would not be written to this file and possibly the running instance of Asterisk would shut down. The best "prevention" for this would be to "roll" the file periodically. There are several wikis that explain this. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110708/fff158fe/attachment.htm>