Pepo wrote:
> Hi friends.
> 
> I am  using Asterisk like voicemail of a great system with many users, How do 
> I can get statistics of each box in the voicemail system? something like 
> space, number of messages, etc.
> 
> A lot of thanks.
> 

I am not aware of anything directly in Asterisk, but a simple shell 
script would work well. Just walk the directory tree and get the results 
of a "du" command for each user. Then you could call it from cron each 
night or once a week for example.

"man du" and "The Advanced Bash Scripting Guide" should do the trick!

Alan

-- 
The way out is open!
http://www.theopensourcerer.com


_______________________________________________
--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

Reply via email to