#include <pbx.h>
Public Member Functions | |
AST_LIST_ENTRY (ast_switch) list | |
Data Fields | |
ast_switch_f * | canmatch |
const char * | description |
ast_switch_f * | exec |
ast_switch_f * | exists |
ast_switch_f * | matchmore |
const char * | name |
Definition at line 84 of file pbx.h.
AST_LIST_ENTRY | ( | ast_switch | ) |
const char* description |
Description of the switch
Definition at line 87 of file pbx.h.
Referenced by 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().