Wed Jan 8 2020 09:50:24

Asterisk developer's documentation


pbx_exception Struct Reference

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
 

Detailed Description

Definition at line 1050 of file pbx.c.

Field Documentation

struct ast_string_field_mgr __field_mgr

Definition at line 1055 of file pbx.c.

struct ast_string_field_pool* __field_mgr_pool

Definition at line 1055 of file pbx.c.

const ast_string_field context

Context associated with this exception

Definition at line 1055 of file pbx.c.

Referenced by acf_exception_read().

const ast_string_field exten

Exten associated with this exception

Definition at line 1055 of file pbx.c.

Referenced by acf_exception_read().

int priority

Priority associated with this exception

Definition at line 1057 of file pbx.c.

Referenced by acf_exception_read(), and raise_exception().

const ast_string_field reason

The exception reason

Definition at line 1055 of file pbx.c.

Referenced by acf_exception_read().


The documentation for this struct was generated from the following file: