Asterisk - The Open Source Telephony Project GIT-master-d856a3e
|
ast_app: A registered application More...
Data Fields | |
struct ast_string_field_mgr | __field_mgr |
struct ast_string_field_pool * | __field_mgr_pool |
const ast_string_field | arguments |
const ast_string_field | description |
const char * | description |
enum ast_doc_src | docsrc |
int(* | execute )(struct ast_channel *chan, const char *data) |
const ast_string_field | seealso |
const ast_string_field | synopsis |
const char * | synopsis |
const ast_string_field | syntax |
struct ast_string_field_mgr __field_mgr |
struct ast_string_field_pool* __field_mgr_pool |
const ast_string_field arguments |
Definition at line 53 of file pbx_app.c.
Referenced by ast_register_application2(), and print_app_docs().
const ast_string_field description |
Definition at line 53 of file pbx_app.c.
Referenced by ast_register_application2(), handle_show_applications(), Api::load(), ResourceApi::load(), Model::load(), Parameter::load(), Property::load(), and print_app_docs().
const char* description |
Description (help text) for 'show application <name>'
Definition at line 2409 of file extconf.c.
Referenced by Api::load(), ResourceApi::load(), Model::load(), Parameter::load(), and Property::load().
enum ast_doc_src docsrc |
Where the documentation come from.
Definition at line 55 of file pbx_app.c.
Referenced by print_app_docs().
int(* execute)(struct ast_channel *chan, void *data) |
const ast_string_field seealso |
Definition at line 53 of file pbx_app.c.
Referenced by ast_register_application2(), and print_app_docs().
const ast_string_field synopsis |
Definition at line 53 of file pbx_app.c.
Referenced by handle_show_applications(), and print_app_docs().
const char* synopsis |
const ast_string_field syntax |
Definition at line 53 of file pbx_app.c.
Referenced by ast_register_application2(), and print_app_docs().