Module: sems Branch: master Commit: 838fa0972cc196645d7b9f2eadbf57afd6539c71 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=838fa0972cc196645d7b9f2eadbf57afd6539c71
Author: Stefan Sayer <[email protected]> Committer: Stefan Sayer <[email protected]> Date: Fri Sep 16 18:51:48 2011 +0200 sbc: syslog CDR generation this module writes CDRs to syslog, where they can be processed further (filter, logrotate, split etc) or sent over the network with common syslog tools, eg. see syslog-ng --- apps/syslog_cdr/Makefile | 7 + apps/syslog_cdr/SyslogCDR.cpp | 227 +++++++++++++++++++++++++++++++++++ apps/syslog_cdr/SyslogCDR.h | 87 +++++++++++++ apps/syslog_cdr/etc/syslog_cdr.conf | 11 ++ 4 files changed, 332 insertions(+), 0 deletions(-) Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commitdiff;h=838fa0972cc196645d7b9f2eadbf57afd6539c71 _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
