#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 |
| ast_switch_f * | matchmore |
| const char * | name |
Definition at line 91 of file pbx.h.
Definition at line 97 of file pbx.h.
Referenced by pbx_find_extension().
| const char* description |
Description of the switch
Definition at line 94 of file pbx.h.
Referenced by handle_show_switches().
Definition at line 98 of file pbx.h.
Referenced by pbx_extension_helper().
Definition at line 96 of file pbx.h.
Referenced by pbx_find_extension().
| struct { ... } list |
Definition at line 99 of file pbx.h.
Referenced by pbx_find_extension().
| const char* name |
Name of the switch
Definition at line 93 of file pbx.h.
Referenced by ast_register_switch(), handle_show_switches(), pbx_extension_helper(), and pbx_findswitch().
struct ast_switch* next [read] |
1.6.1