#include <pbx.h>
Collaboration diagram for ast_switch:

Data Fields | |
| ast_switch * | next |
| char * | name |
| char * | description |
| int(* | exists )(struct ast_channel *chan, char *context, char *exten, int priority, char *callerid, char *data) |
| int(* | canmatch )(struct ast_channel *chan, char *context, char *exten, int priority, char *callerid, char *data) |
| int(* | exec )(struct ast_channel *chan, char *context, char *exten, int priority, char *callerid, int newstack, char *data) |
| int(* | matchmore )(struct ast_channel *chan, char *context, char *exten, int priority, char *callerid, char *data) |
Definition at line 55 of file pbx.h.
|
|
|
|
|
Description of the switch |
|
|
|
|
|
|
|
|
|
|
|
Name of the switch Definition at line 59 of file pbx.h. Referenced by ast_register_switch(). |
|
|
NULL Definition at line 57 of file pbx.h. Referenced by ast_register_switch(), and ast_unregister_switch(). |
1.3.7