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 |
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 ast_string_field | syntax |
struct ast_string_field_mgr __field_mgr |
struct ast_string_field_pool* __field_mgr_pool |
const ast_string_field arguments |
Arguments description
Definition at line 979 of file pbx.c.
Referenced by ast_register_application2(), and print_app_docs().
const ast_string_field description |
Description (help text) for 'show application <name>'
Definition at line 979 of file pbx.c.
Referenced by handle_show_applications(), and print_app_docs().
enum ast_doc_src docsrc |
Where the documentation come from.
Definition at line 981 of file pbx.c.
Referenced by ast_register_application2(), and print_app_docs().
int(* execute)(struct ast_channel *chan, const char *data) |
Definition at line 972 of file pbx.c.
Referenced by ast_register_application2(), and pbx_exec().
const ast_string_field seealso |
See also
Definition at line 979 of file pbx.c.
Referenced by ast_register_application2(), and print_app_docs().
const ast_string_field synopsis |
Synopsis text for 'show applications'
Definition at line 979 of file pbx.c.
Referenced by handle_show_applications(), and print_app_docs().
const ast_string_field syntax |
Syntax text for 'core show applications'
Definition at line 979 of file pbx.c.
Referenced by ast_register_application2(), and print_app_docs().