Standard
acc module is used to report on transactionsi [1] to syslog, SQL and RADIUSi [2].
To report on a transactioni [3] using syslog, use "setflag" to mark a transaction you are interested in with a flag, load accounting module and set its "log_flag" to the same flag number. The acc module will then report on completed transaction to syslog. A typical usage of the module takes no acc-specific script command -- the functionality binds invisibly through transaction processing. Script writers just need to mark the transaction for accounting with proper setflag.
Jiri Kuthan