|
Asterisk - The Open Source Telephony Project GIT-master-80b953f
|
#include <cdrel.h>
Data Fields | ||
| enum cdrel_data_type | data_type | |
| char * | field_name | |
| int | mallocd | |
| union { | ||
| double doubler | ||
| int32_t int32 | ||
| int64_t int64 | ||
| char * string | ||
| struct timeval tv | ||
| uint32_t uint32 | ||
| uint64_t uint64 | ||
| } | values | |
| enum cdrel_data_type data_type |
Definition at line 175 of file cdrel.h.
Referenced by format_amaflags(), format_disposition(), format_string(), log_advanced_record(), and log_legacy_database_record().
| char* field_name |
Definition at line 174 of file cdrel.h.
Referenced by format_string(), and log_legacy_database_record().
| int64_t int64 |
Definition at line 181 of file cdrel.h.
Referenced by format_amaflags(), and format_disposition().
| int mallocd |
Definition at line 176 of file cdrel.h.
Referenced by log_advanced_record(), and log_legacy_database_record().
| char* string |
Definition at line 178 of file cdrel.h.
Referenced by format_amaflags(), format_disposition(), format_string(), and log_legacy_database_record().
| union { ... } values |