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.