Hi Jan,
I get the tar ball from the Iptel, and untar it, and I untar the tar ball in the /home/alan/, then I changed the Makefile in /home/alan/ser-0.8.12/modules/acc, I wonder if it is the correct file you mentioned like sip_router/modules/acc/Makefile?
The other issue is when you talk recomplie the Module, dose that mean recompile the acc.so module itself or recomplie the whole ser? Becuase when I tried to run the make in the /home/alan/ser-0.8.12/modules/acc, the system asked me to complie the the source in the main ser directory.
The third issue is , if I just want the database accounting, no need for Radius Accounting, should I still uncomment the line concerened with Radius accounting, can I just uncomment line concerned with the database accounting?
The fourth issue is, I have load the acc.so in in the ser.cfg, it supposed to use the syslog to write the cdr in the Syslog file, is that right? which file I should looking for the CDR information.
Thanks for you help
Regards
John
----- Original Message ----- From: "Jan Janak" jan@iptel.org To: "John LI" john@signalc.com Cc: "Klaus Darilion" klaus.mailinglists@pernau.at; "Jiri Kuthan" jiri@iptel.org; "Serusers" serusers@lists.iptel.org Sent: Tuesday, March 30, 2004 4:45 AM Subject: Re: [Serusers] CDR Issue
On 29-03 15:16, John LI wrote:
My Question: If I installed the Free Radius server, is the acc module
has
been installed as well, How could I configure the Ser to create the CDR,
is
the CDR in the log file, or Can I create the CDR table in the Mysql DB?
Yes, you have to use acc module if you want to generate CDR. By default acc module uses syslog to report this information, if you want the CDR to go to the database or radius then you have to edit sip_router/modules/acc/Makefile, uncomment radius and/or database settings and recompile the module. See sip_router/modules/acc/README for more details.
Jan.