#include <pbx.h>
Data Fields | |
ast_switch_f * | canmatch |
const char * | description |
ast_switch_f * | exec |
ast_switch_f * | exists |
struct { | |
ast_switch * next | |
} | list |
ast_switch_f * | matchmore |
const char * | name |
Definition at line 84 of file pbx.h.
const char* description |
Description of the switch
Definition at line 87 of file pbx.h.
Referenced by handle_show_switches().
struct { ... } list |
Referenced by ast_register_switch(), ast_unregister_switch(), and handle_show_switches().
const char* name |
Name of the switch
Definition at line 86 of file pbx.h.
Referenced by ast_register_switch(), handle_show_switches(), pbx_extension_helper(), and pbx_findswitch().
struct ast_switch* next |