Differences

This shows you the differences between two versions of the page.

Link to this comparison view

mod_accounting_sql.pm [2012-07-04 09:00] – external edit 127.0.0.1mod_accounting_sql.pm [2013-12-06 15:05] (current) – Fix heading levels rspencer
Line 1: Line 1:
-=====mod_accounting_sql.pm=====+====== mod_accounting_sql.pm =====
 Implements the logging of information to the database during accounting requests and is able to retrieve account usage requests, returned in megabytes for traffic and minutes for session time, from other modules or SMRadius itself if needed. If enabled, caching of current usage can significantly reduce database load. Implements the logging of information to the database during accounting requests and is able to retrieve account usage requests, returned in megabytes for traffic and minutes for session time, from other modules or SMRadius itself if needed. If enabled, caching of current usage can significantly reduce database load.
  
-====Duplicate packet handling====+===== Duplicate packet handling ====
 If duplicate packets are received, SMRadius will handle these accordingly and check that any duplicate records are removed when receiving an update. If duplicate packets are received, SMRadius will handle these accordingly and check that any duplicate records are removed when receiving an update.
  
-====Custom queries====+===== Custom queries ====
 As is the case in other areas of SMRadius, queries to the database can be modified using the provided configuration file. As is the case in other areas of SMRadius, queries to the database can be modified using the provided configuration file.