Data Fields | |
ast_cdrbe | be |
char | desc [80] |
struct { | |
struct ast_cdr_beitem * next | |
} | list |
char | name [20] |
Definition at line 62 of file cdr.c.
Definition at line 65 of file cdr.c.
Referenced by ast_cdr_register(), and post_cdr().
char desc[80] |
Definition at line 64 of file cdr.c.
Referenced by ast_cdr_register().
struct { ... } list |
Referenced by ast_cdr_register(), ast_cdr_unregister(), handle_cli_status(), and post_cdr().
char name[20] |
Definition at line 63 of file cdr.c.
Referenced by ast_cdr_register(), ast_cdr_unregister(), and handle_cli_status().
struct ast_cdr_beitem* next [read] |
Definition at line 66 of file cdr.c.
Referenced by ast_cdr_discard(), and ast_cdr_free().