#include <pbx.h>
Collaboration diagram for ast_switch:
Data Fields | |
int(* | canmatch )(struct ast_channel *chan, const char *context, const char *exten, int priority, const char *callerid, const char *data) |
const char * | description |
int(* | exec )(struct ast_channel *chan, const char *context, const char *exten, int priority, const char *callerid, int newstack, const char *data) |
int(* | exists )(struct ast_channel *chan, const char *context, const char *exten, int priority, const char *callerid, const char *data) |
int(* | matchmore )(struct ast_channel *chan, const char *context, const char *exten, int priority, const char *callerid, const char *data) |
const char * | name |
ast_switch * | next |
Definition at line 97 of file pbx.h.
|
|
|
Description of the switch Definition at line 103 of file pbx.h. Referenced by handle_show_switches(). |
|
Referenced by pbx_extension_helper(). |
|
|
|
|
|
Name of the switch Definition at line 101 of file pbx.h. Referenced by ast_register_switch(), handle_show_switches(), pbx_extension_helper(), and pbx_findswitch(). |
|
NULL Definition at line 99 of file pbx.h. Referenced by ast_register_switch(), ast_unregister_switch(), handle_show_switches(), and pbx_findswitch(). |