Asterisk - The Open Source Telephony Project GIT-master-7e7a603
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
 
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]

const char* data

◆ data [2/2]

char* data

Data load

Definition at line 2378 of file extconf.c.

◆ eval

int eval

◆  [1/2]

struct { ... } list

◆  [2/2]

struct { ... } list

◆ name [1/2]

const char* name

◆ name [2/2]

char* name

◆ next

struct ast_sw* next

Definition at line 44 of file pbx_sw.c.

Referenced by __ast_context_destroy(), and ast_walk_context_switches().

◆ 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 2381 of file extconf.c.

Referenced by ast_context_add_switch2().


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