[sr-dev] git:master: acc_radius(k): new module for RADIUS accounting
Daniel-Constantin Mierla
miconda at gmail.com
Thu Jul 29 14:53:15 CEST 2010
Module: sip-router
Branch: master
Commit: d4031fa7e9ad917969c04f946f8dd986f8ba0e48
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=d4031fa7e9ad917969c04f946f8dd986f8ba0e48
Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: Thu Jul 29 14:48:21 2010 +0200
acc_radius(k): new module for RADIUS accounting
- the modules is built out of acc module radius part
- acc module still has the RADIUS accounting inside, available with
RAD_ACC define like so far - subject to be removed if everyone agrees
- this module can be used together with acc avoiding to recompile acc
module to enable RAD_ACC, making at least packaging easier
- same cfg parameters and functions used for radius accounting in acc
module are available in acc_radius
---
modules_k/acc_radius/Makefile | 20 ++
modules_k/acc_radius/README | 195 ++++++++++++
modules_k/acc_radius/acc_radius_mod.c | 416 +++++++++++++++++++++++++
modules_k/acc_radius/acc_radius_mod.h | 39 +++
modules_k/acc_radius/doc/Makefile | 4 +
modules_k/acc_radius/doc/acc_radius.xml | 43 +++
modules_k/acc_radius/doc/acc_radius_admin.xml | 199 ++++++++++++
7 files changed, 916 insertions(+), 0 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=d4031fa7e9ad917969c04f946f8dd986f8ba0e48
More information about the sr-dev
mailing list