[Asterisk-Users] How to keep track of who is doing what?

2005-07-03 Thread Leo Burd
Hello everyone, I'm a new Asterisk user and I wonder what people usually do to keep track of who is doing what in the system. For instance, I would like to keep track of who is calling certain contexts/extensions and when that happens. I'm also interested in logging customized status message

Re: [Asterisk-Users] How to keep track of who is doing what?

2005-07-03 Thread Ferdy Riphagen
Hello Leo, You can use the CDR option. Log's everything to a mysql or postgresql database and use another program to query the database. Make graphs and reports. For such a program check this link: http://areski.net/asterisk-stat-v2/about.php good luck /* Ferdy */ info(AT)nsec(DOT)nl Leo Burd

Re: [Asterisk-Users] How to keep track of who is doing what?

2005-07-03 Thread Tzafrir Cohen
On Sun, Jul 03, 2005 at 07:19:39PM +0200, Ferdy Riphagen wrote: > Hello Leo, > > You can use the CDR option. Log's everything to a mysql or postgresql > database and use another program to query the database. Make graphs and > reports. Or feed the default CSV file to a spreadsheet of your choice