![]() |
Home page |
Mailing list |
Docs
Asterisk developer's documentation :: Codename Pineapple
ast_switch Struct Reference
#include <pbx.h>
Definition at line 87 of file 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 |
|
|
|
|
|
|
|
|
Description of the switch Definition at line 90 of file pbx.h. Referenced by handle_show_switches(). |
|
|
Definition at line 94 of file pbx.h. Referenced by pbx_extension_helper(). |
|
|
|
|
|
|
|
|
Name of the switch Definition at line 89 of file pbx.h. Referenced by ast_register_switch(), handle_show_switches(), pbx_extension_helper(), and pbx_findswitch(). |