Sun Oct 16 2011 08:43:13

Asterisk developer's documentation


ast_sw Struct Reference

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

Collaboration diagram for ast_sw:

Data Fields

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

Detailed Description

ast_sw: Switch statement in extensions.conf


Field Documentation

int eval

Definition at line 849 of file pbx.c.

Referenced by pbx_find_extension(), ast_context_add_switch2(), and ast_get_switch_eval().

struct { ... } list
struct ast_sw* next

Definition at line 850 of file pbx.c.

Referenced by ast_merge_contexts_and_delete(), and __ast_context_destroy().

char stuff[0]

Definition at line 851 of file pbx.c.

Referenced by ast_context_add_switch2().


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