|
Asterisk - The Open Source Telephony Project
18.5.0
|

Public Member Functions | |
| SORCERY_OBJECT (details) | |
Data Fields | |
| struct ast_string_field_mgr | __field_mgr |
| struct ast_string_field_pool * | __field_mgr_pool |
| const ast_string_field | asterisk_debug |
| const ast_string_field | asterisk_error |
| const ast_string_field | asterisk_notice |
| const ast_string_field | asterisk_verbose |
| const ast_string_field | asterisk_warning |
Definition at line 136 of file res_pjproject.c.
| SORCERY_OBJECT | ( | details | ) |
Sorcery object details
| struct ast_string_field_mgr __field_mgr |
Definition at line 151 of file res_pjproject.c.
| struct ast_string_field_pool* __field_mgr_pool |
These are all comma-separated lists of pjproject log levels
Definition at line 151 of file res_pjproject.c.
| const ast_string_field asterisk_debug |
pjproject log levels mapped to Asterisk DEBUG
Definition at line 151 of file res_pjproject.c.
Referenced by get_log_level().
| const ast_string_field asterisk_error |
pjproject log levels mapped to Asterisk ERROR
Definition at line 151 of file res_pjproject.c.
Referenced by get_log_level().
| const ast_string_field asterisk_notice |
pjproject log levels mapped to Asterisk NOTICE
Definition at line 151 of file res_pjproject.c.
Referenced by get_log_level().
| const ast_string_field asterisk_verbose |
pjproject log levels mapped to Asterisk VERBOSE
Definition at line 151 of file res_pjproject.c.
Referenced by get_log_level().
| const ast_string_field asterisk_warning |
pjproject log levels mapped to Asterisk WARNING
Definition at line 151 of file res_pjproject.c.
Referenced by get_log_level().
1.8.13