|
Asterisk - The Open Source Telephony Project GIT-master-80b953f
|
#include <cdrel.h>

Data Fields | ||
| struct ast_string_field_mgr | __field_mgr | |
| struct ast_string_field_pool * | __field_mgr_pool | |
| enum cdrel_backend_type | backend_type | |
| int | busy_timeout | |
| const ast_string_field | config_filename | |
| enum cdrel_config_type | config_type | |
| sqlite3 * | db | |
| const ast_string_field | db_columns | |
| const ast_string_field | db_table | |
| cdrel_dummy_channel_alloc | dummy_channel_alloc | |
| struct { | ||
| size_t current | ||
| struct cdrel_field ** elems | ||
| size_t max | ||
| } | fields | |
| enum cdrel_text_format_type | format_type | |
| sqlite3_stmt * | insert | |
| ast_mutex_t | lock | |
| const ast_string_field | output_filename | |
| char | quote [2] | |
| char | quote_escape [2] | |
| enum cdrel_quoting_method | quoting_method | |
| enum cdrel_record_type | record_type | |
| char | separator [2] | |
| const ast_string_field | template | |
| struct ast_string_field_mgr __field_mgr |
| struct ast_string_field_pool* __field_mgr_pool |
| enum cdrel_backend_type backend_type |
| const ast_string_field config_filename |
| enum cdrel_config_type config_type |
| const ast_string_field db_columns |
| const ast_string_field db_table |
| cdrel_dummy_channel_alloc dummy_channel_alloc |
| struct cdrel_field* * elems |
| struct { ... } fields |
Vector of fields for this config
Referenced by load_text_file_advanced_config(), and load_text_file_legacy_config().
| enum cdrel_text_format_type format_type |
| ast_mutex_t lock |
| const ast_string_field output_filename |
Definition at line 289 of file cdrel.h.
Referenced by load_text_file_legacy_config().
| char quote_escape[2] |
| enum cdrel_quoting_method quoting_method |
| enum cdrel_record_type record_type |
CDR or CEL Input configuration filename Output text file or database Input template List of columns for database backends Table name for database backends
Definition at line 282 of file cdrel.h.
Referenced by load_config_file(), load_text_file_advanced_config(), load_text_file_config_file(), load_text_file_legacy_config(), load_text_file_legacy_mappings(), register_backend(), and unregister_backend().
| const ast_string_field template |
Definition at line 289 of file cdrel.h.
Referenced by Transform::render().