Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
ast_sw Struct Reference

ast_sw: Switch statement in extensions.conf More...

Collaboration diagram for ast_sw:
Collaboration graph
[legend]

Data Fields

const char * data
 
char * data
 
int eval
 
struct {
   struct ast_sw *   next
 
list
 
struct {
   struct ast_sw *   next
 
list
 
struct {
   struct ast_sw *   next
 
list
 
const char * name
 
char * name
 
const char * registrar
 
char stuff [0]
 
char * tmpdata
 

Detailed Description

ast_sw: Switch statement in extensions.conf

Definition at line 37 of file pbx_sw.c.

Field Documentation

◆ data [1/2]

char * data

Data load

Definition at line 42 of file pbx_sw.c.

Referenced by ast_context_add_switch2(), ast_get_switch_data(), pbx_find_extension(), and sw_alloc().

◆ data [2/2]

char* data

Data load

Definition at line 159 of file conf2ael.c.

◆ eval

int eval

◆ list [1/3]

struct { ... } list

◆ list [2/3]

struct { ... } list

◆ list [3/3]

struct { ... } list

◆ name [1/2]

char * name

◆ name [2/2]

char* name

Definition at line 157 of file conf2ael.c.

◆ next

struct ast_sw* next

Definition at line 44 of file pbx_sw.c.

◆ registrar

const char * registrar

Registrar

Definition at line 40 of file pbx_sw.c.

Referenced by ast_context_add_switch2(), ast_get_switch_registrar(), and sw_alloc().

◆ stuff

char stuff

Definition at line 45 of file pbx_sw.c.

Referenced by ast_context_add_switch2(), and sw_alloc().

◆ tmpdata

char * tmpdata

Definition at line 162 of file conf2ael.c.

Referenced by ast_context_add_switch2(), and pbx_find_extension().


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