Wed Jan 8 2020 09:50:24

Asterisk developer's documentation


cdr_config Struct Reference

Data Fields

struct ast_string_field_mgr __field_mgr
 
struct ast_string_field_pool__field_mgr_pool
 
int facility
 
const ast_string_field filename
 
const ast_string_field format
 
const ast_string_field ident
 
struct {
   struct cdr_config *   next
 
list
 
ast_mutex_t lock
 
int priority
 

Detailed Description

Definition at line 61 of file cdr_custom.c.

Field Documentation

struct ast_string_field_mgr __field_mgr

Definition at line 65 of file cdr_custom.c.

struct ast_string_field_pool * __field_mgr_pool

Definition at line 65 of file cdr_custom.c.

int facility

Definition at line 59 of file cdr_syslog.c.

Referenced by load_config(), and syslog_log().

const ast_string_field filename

Definition at line 65 of file cdr_custom.c.

Referenced by custom_log(), and load_config().

const ast_string_field format

Definition at line 65 of file cdr_custom.c.

Referenced by custom_log(), load_config(), and syslog_log().

const ast_string_field ident

Definition at line 58 of file cdr_syslog.c.

Referenced by load_config(), and syslog_log().

struct { ... } list

Referenced by custom_log(), load_config(), and syslog_log().

Definition at line 66 of file cdr_custom.c.

Referenced by custom_log(), free_config(), load_config(), and syslog_log().

struct cdr_config* next

Definition at line 62 of file cdr_syslog.c.

int priority

Definition at line 60 of file cdr_syslog.c.

Referenced by load_config(), and syslog_log().


The documentation for this struct was generated from the following files: