| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
#include <pbx.h>

| Data Fields | ||
| ast_switch_f * | canmatch | |
| const char * | description | |
| ast_switch_f * | exec | |
| ast_switch_f * | exists | |
| struct { | ||
| struct ast_switch * next | ||
| } | list | |
| struct { | ||
| struct ast_switch * next | ||
| } | list | |
| ast_switch_f * | matchmore | |
| const char * | name | |
| ast_switch_f * canmatch | 
Definition at line 167 of file pbx.h.
Referenced by pbx_find_extension(), and pbx_find_extension().
| const char * description | 
Description of the switch
Definition at line 164 of file pbx.h.
Referenced by handle_show_switches().
| ast_switch_f * exec | 
Definition at line 168 of file pbx.h.
Referenced by pbx_extension_helper(), and pbx_extension_helper().
| ast_switch_f * exists | 
Definition at line 166 of file pbx.h.
Referenced by pbx_find_extension(), and pbx_find_extension().
| struct { ... } list | 
Referenced by ast_register_switch(), ast_unregister_switch(), handle_show_switches(), and pbx_findswitch().
| struct { ... } list | 
| ast_switch_f * matchmore | 
Definition at line 169 of file pbx.h.
Referenced by pbx_find_extension(), and pbx_find_extension().
| const char * name | 
Name of the switch
Definition at line 163 of file pbx.h.
Referenced by ast_register_switch(), PathSegment::get_child(), handle_show_switches(), SwaggerType::load(), pbx_extension_helper(), pbx_extension_helper(), and pbx_findswitch().
| struct ast_switch* next |