Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
struct ast_string_field_mgr | __field_mgr |
struct ast_string_field_pool * | __field_mgr_pool |
const ast_string_field | context |
const ast_string_field | exten |
int | priority |
const ast_string_field | reason |
struct ast_string_field_mgr __field_mgr |
struct ast_string_field_pool* __field_mgr_pool |
const ast_string_field context |
Context associated with this exception
Definition at line 625 of file pbx.c.
Referenced by acf_exception_read().
const ast_string_field exten |
Exten associated with this exception
Definition at line 625 of file pbx.c.
Referenced by acf_exception_read().
int priority |
Priority associated with this exception
Definition at line 627 of file pbx.c.
Referenced by acf_exception_read(), and raise_exception().
const ast_string_field reason |
The exception reason
Definition at line 625 of file pbx.c.
Referenced by acf_exception_read(), and ErrorResponse::load().