SIP Witch 1.9.15
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Structures | Namespaces
cdr.h File Reference

Basic server call detail record. More...

#include <ucommon/linked.h>
#include <ucommon/thread.h>
#include <ucommon/string.h>
#include <sipwitch/namespace.h>
#include <sipwitch/mapped.h>
Include dependency graph for cdr.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  sipwitch::cdr
 Interface class for call detail records. More...
 

Namespaces

 sipwitch
 Common namespace for sipwitch server.
 

Detailed Description

Basic server call detail record.

This provides an interface for creating call detail objects which can be logged through plugins. The cdr system has it's own thread context and buffering, so cdr records can be disposed without delaying calls processing.

Definition in file cdr.h.