| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
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) | |
| struct { | ||
| struct ast_app * next | ||
| } | list | |
| struct { | ||
| struct ast_app * next | ||
| } | list | |
| struct ast_module *char | name [0] | |
| void *char | name [0] | |
| const ast_string_field | seealso | |
| const ast_string_field | since | |
| 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 54 of file pbx_app.c.
Referenced by ast_register_application2(), and print_app_docs().
| const ast_string_field description | 
Definition at line 54 of file pbx_app.c.
Referenced by ast_register_application2(), handle_show_applications(), and print_app_docs().
| const char* description | 
| enum ast_doc_src docsrc | 
Where the documentation come from.
Definition at line 56 of file pbx_app.c.
Referenced by ast_register_application2(), and print_app_docs().
| int(* execute)(struct ast_channel *chan, void *data) | 
Synopsis text for 'show applications' Since text for 'show applications' Description (help text) for 'show application <name>' Syntax text for 'core show applications' Arguments description See also
Definition at line 46 of file pbx_app.c.
Referenced by ast_register_application2().
| struct { ... } list | 
Next app in list
Referenced by ast_complete_applications(), ast_register_application2(), ast_unregister_application(), forward_message(), handle_show_application(), handle_show_applications(), and pbx_findapp_nolock().
| struct { ... } list | 
Next app in list
| struct ast_module* char name[0] | 
< Module this app belongs to Name of the application
Definition at line 60 of file pbx_app.c.
Referenced by ast_register_application2(), ast_unregister_application(), PathSegment::get_child(), handle_show_application(), handle_show_applications(), SwaggerType::load(), pbx_findapp_nolock(), and print_app_docs().
| void* char name[0] | 
< Module this app belongs to Name of the application
Definition at line 2410 of file extconf.c.
Referenced by PathSegment::get_child(), and SwaggerType::load().
| const ast_string_field seealso | 
Definition at line 54 of file pbx_app.c.
Referenced by ast_register_application2(), and print_app_docs().
| const ast_string_field since | 
Definition at line 54 of file pbx_app.c.
Referenced by ast_register_application2(), and print_app_docs().
| const ast_string_field synopsis | 
Definition at line 54 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 54 of file pbx_app.c.
Referenced by ast_register_application2(), and print_app_docs().