----- Original Message -----From: Greg FausakSent: Monday, July 07, 2003 2:38 PMSubject: RE: [Serusers] Accounting with SERSyslog is a standard unix facility.Normally, in a standard linux install, you will seea file named /var/log/messages. That is where theaccounting information will be written.You can groom this, for instance, if you want todirect the messages from SER to a special file, usingthe syslog facility. You will need to look at the manualpage, ie:man syslog.confto get some ideas about this.The syslog entries are enabled with the lines:...loadmodule "/usr/ser/lib/ser/modules/acc.so"
...modparam("acc", "log_level", 1)
modparam("acc", "log_flag", 1 )
modparam("acc", "log_fmt", "miocfsu" )
...route{...setflag(1);
setflag(2);
...}I can't comment on the accounting module for mysql, but I imaginethat is described by the accounting README.txt file in the appropriatemodule directory.Our implementation scans the syslog files and writes into a postgresdatabase the call accounting stuff.There is a bit of a learning curve involved with this. However, theprogramming documentation is very good and this list is great forwhen you get stumped, but only then :-)---gregGreg FausakAddaline.com, Inc.-----Original Message-----
From: serusers-bounces@iptel.org [mailto:serusers-bounces@lists.iptel.org] On Behalf Of Director General: NEFACOMP
Sent: Monday, July 07, 2003 3:17 PM
To: serusers
Subject: [Serusers] Accounting with SERI would like to get more information on accounting with SER.Ok, I followed the documentation about accounting but it doesn't give enough information about how to retrieve the accounting information. It just says that Reports are by DEFAULT sent to the syslog facility. Where is that syslog? How do I retreive that information? Is it possible to put that information in the MySQL database? How?That is by DEFAULT; so, is it possible to change that default location?Some gurus will realize how NEWBIE I am in the Linux World.Please help me.Thanks,__________________________________
NZEYIMANA Emery Fabrice
NEFA Computing Services, Inc.
P.O. Box 5078 Kigali
Office Phone: +250-51 11 06
Office Fax: +250-50 15 19
Mobile: +250-08517768
Email: dg@nefacomp.net
http://www.nefacomp.net/
_______________________________________________
Serusers mailing list
serusers@lists.iptel.org
http://lists.iptel.org/mailman/listinfo/serusers