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

Data Fields | |
| char * | data |
| int | eval |
| struct { | |
| struct ast_sw * next | |
| } | list |
| char * | name |
| const char * | registrar |
| char | stuff [0] |
ast_sw: Switch statement in extensions.conf
Definition at line 800 of file pbx.c.
| char* data |
Data load
Definition at line 803 of file pbx.c.
Referenced by ast_context_add_switch2(), ast_context_remove_switch2(), ast_get_switch_data(), and pbx_find_extension().
| int eval |
Definition at line 804 of file pbx.c.
Referenced by ast_context_add_switch2(), ast_get_switch_eval(), and pbx_find_extension().
| struct { ... } list |
| char* name |
Definition at line 801 of file pbx.c.
Referenced by ast_context_add_switch2(), ast_context_remove_switch2(), ast_get_switch_name(), and pbx_find_extension().
Definition at line 805 of file pbx.c.
Referenced by __ast_context_destroy(), and ast_merge_contexts_and_delete().
| const char* registrar |
Registrar
Definition at line 802 of file pbx.c.
Referenced by __ast_context_destroy(), ast_context_add_switch2(), ast_context_remove_switch2(), and ast_get_switch_registrar().
| char stuff[0] |
Definition at line 806 of file pbx.c.
Referenced by ast_context_add_switch2().
1.7.1