Collaboration diagram for ast_app:

Data Fields | |
| const char * | description |
| int(* | execute )(struct ast_channel *chan, void *data) |
| char | name [0] |
| ast_app * | next |
| const char * | synopsis |
Definition at line 169 of file pbx.c.
| const char* description |
Definition at line 172 of file pbx.c.
Referenced by handle_show_application(), and handle_show_applications().
| int(* execute)(struct ast_channel *chan, void *data) |
| char name[0] |
Definition at line 174 of file pbx.c.
Referenced by ast_register_application(), ast_unregister_application(), complete_show_application(), handle_show_application(), handle_show_applications(), and pbx_findapp().
Definition at line 173 of file pbx.c.
Referenced by ast_register_application(), ast_unregister_application(), complete_show_application(), handle_show_application(), handle_show_applications(), and pbx_findapp().
| const char* synopsis |
1.4.7