Data Fields | |
| char * | data |
| int | eval |
| char * | name |
| const char * | registrar |
Definition at line 142 of file pbx.c.
| char* data |
Data load
Definition at line 145 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 146 of file pbx.c.
Referenced by ast_context_add_switch2(), and pbx_find_extension().
| char* name |
Definition at line 143 of file pbx.c.
Referenced by ast_context_add_switch2(), ast_context_remove_switch2(), ast_get_switch_name(), and pbx_find_extension().
| const char* registrar |
Registrar
Definition at line 144 of file pbx.c.
Referenced by ast_context_add_switch2(), ast_context_remove_switch2(), and ast_get_switch_registrar().
1.5.5