Data Fields | |
const char * | description |
int(* | execute )(struct ast_channel *chan, void *data) |
struct { | |
ast_app * next | |
} | list |
module * | module |
char | name [0] |
const char * | synopsis |
Definition at line 176 of file pbx.c.
const char* description |
Description (help text) for 'show application <name>'
Definition at line 179 of file pbx.c.
Referenced by ast_register_application(), handle_show_application(), handle_show_application_deprecated(), handle_show_applications(), and handle_show_applications_deprecated().
int(* execute)(struct ast_channel *chan, void *data) |
Referenced by ast_register_application().
struct { ... } list |
char name[0] |
Name of the application
Definition at line 182 of file pbx.c.
Referenced by ast_register_application(), ast_unregister_application(), complete_show_application(), handle_show_application(), handle_show_application_deprecated(), handle_show_applications(), handle_show_applications_deprecated(), and pbx_findapp().
const char* synopsis |
Synopsis text for 'show applications'
Definition at line 178 of file pbx.c.
Referenced by ast_register_application(), handle_show_application(), handle_show_application_deprecated(), handle_show_applications(), and handle_show_applications_deprecated().