Wed Jan 8 2020 09:50:24

Asterisk developer's documentation


fake_context Struct Reference

Data Fields

struct {
   struct ast_sw *   first
 
   struct ast_sw *   last
 
alts
 
struct ast_ignorepatignorepats
 
struct ast_includeincludes
 
ast_rwlock_t lock
 
ast_mutex_t macrolock
 
char name [256]
 
struct ast_contextnext
 
struct match_charpattern_tree
 
int refcount
 
const char * registrar
 
struct ast_extenroot
 
struct ast_hashtabroot_table
 

Detailed Description

Definition at line 2955 of file pbx.c.

Field Documentation

struct { ... } alts
struct ast_sw* first

Definition at line 2966 of file pbx.c.

struct ast_ignorepat* ignorepats

Definition at line 2963 of file pbx.c.

struct ast_include* includes

Definition at line 2962 of file pbx.c.

struct ast_sw* last

Definition at line 2966 of file pbx.c.

Definition at line 2957 of file pbx.c.

ast_mutex_t macrolock

Definition at line 2967 of file pbx.c.

char name[256]
struct ast_context* next

Definition at line 2961 of file pbx.c.

struct match_char* pattern_tree

Definition at line 2960 of file pbx.c.

int refcount

Definition at line 2965 of file pbx.c.

const char* registrar

Definition at line 2964 of file pbx.c.

struct ast_exten* root

Definition at line 2958 of file pbx.c.

struct ast_hashtab* root_table

Definition at line 2959 of file pbx.c.


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