Asterisk - The Open Source Telephony Project GIT-master-a358458
Data Fields
ast_include Struct Reference

ast_include: include= support in extensions.conf More...

Collaboration diagram for ast_include:
Collaboration graph
[legend]

Data Fields

int hastime
 
const char * name
 
struct ast_includenext
 
const char * registrar
 
const char * rname
 
char stuff [0]
 
struct ast_timing timing
 

Detailed Description

ast_include: include= support in extensions.conf

ast_include: include= support in extensions.conf

Definition at line 37 of file pbx_include.c.

Field Documentation

◆ hastime

int hastime

If time construct exists

Definition at line 44 of file pbx_include.c.

Referenced by ast_context_add_include2(), include_alloc(), and include_valid().

◆ name

const char * name

◆ next

struct ast_include* next

Link them together

Definition at line 2370 of file extconf.c.

Referenced by __ast_context_destroy(), ast_context_add_include2(), ast_walk_context_includes(), and pbx_find_extension().

◆ registrar

const char * registrar

Registrar

Definition at line 42 of file pbx_include.c.

Referenced by ast_context_add_include2(), ast_get_include_registrar(), and include_alloc().

◆ rname

const char * rname

◆ stuff

char stuff

Definition at line 47 of file pbx_include.c.

Referenced by ast_context_add_include2(), and include_alloc().

◆ timing

struct ast_timing timing

time construct

Definition at line 46 of file pbx_include.c.

Referenced by ast_context_add_include2(), include_alloc(), include_free(), and include_valid().


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