#include <bayonne.h>
Inheritance diagram for Audit::
Protected Methods | |
virtual void | ReportAudit (Trunk *trunk, char *detail)=0 |
Post an audit record detail line as built by "audit". More... | |
virtual void | ReportCDR (Trunk *trunk, char *detail) |
Post a cdr line as built by "cdr". More... | |
virtual void | ReportStats (void) |
Proccess current call stats, invoked by scheduler. More... | |
TrunkGroup * | getFirst (void) |
A quick access to the trunk group members. More... | |
TrunkGroup * | getNext (TrunkGroup *grp) |
A quick access to the next trunk group member. More... | |
Audit () | |
Constructor protected for abstract class. More... | |
Static Protected Attributes | |
Auditdata | keys |
Friends | |
class | Scheduler |
void | audit (Trunk *trunk, char *detail) |
void | alog (Trunk *trunk, char *detail) |
Audit reports can include call detail information as a call "terminates", and also "alog" commands. These are handled by a DSO so that alternate processing can be supplied, such as seperate threads or even broadcast to an audit "server" as may be needed by very high port capacity systems. The default dso simply appends to an audit file. In fact, multiple audit dso's can be "stacked".
|
Constructor protected for abstract class.
|
|
Post an audit record detail line as built by "audit".
|
|
Post a cdr line as built by "cdr". @oaram detail line. |
|
Proccess current call stats, invoked by scheduler.
|
|
A quick access to the trunk group members.
|
|
A quick access to the next trunk group member.
|
|
|
|
|
|
|
|
|