| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
#include <manager.h>

| Public Member Functions | |
| AST_STRING_FIELD_EXTENDED (since) | |
| Data Fields | ||
| struct ast_string_field_mgr | __field_mgr | |
| struct ast_string_field_pool * | __field_mgr_pool | |
| const char * | action | |
| const ast_string_field | arguments | |
| int | authority | |
| const ast_string_field | description | |
| struct ast_module *enum ast_doc_src | docsrc | |
| struct ast_xml_doc_item * | final_response | |
| int(* | func )(struct mansession *s, const struct message *m) | |
| struct { | ||
| struct manager_action * next | ||
| } | list | |
| struct ast_xml_doc_item * | list_responses | |
| unsigned int | registered:1 | |
| TRUE if the AMI action is registered and the callback can be called. | ||
| const ast_string_field | seealso | |
| const ast_string_field | synopsis | |
| const ast_string_field | syntax | |
| AST_STRING_FIELD_EXTENDED | ( | since | ) | 
Documentation "since" element
| struct ast_string_field_mgr __field_mgr | 
| struct ast_string_field_pool* __field_mgr_pool | 
| const char* action | 
Name of the action Synopsis text (short description). Description (help text) Syntax text Description of each argument. See also
Definition at line 156 of file manager.h.
Referenced by action_find(), action_listcommands(), ast_manager_register2(), ast_manager_register_struct(), ast_manager_unregister(), handle_showmancmd(), handle_showmancmds(), and process_message().
| const ast_string_field arguments | 
Definition at line 163 of file manager.h.
Referenced by handle_showmancmd().
| int authority | 
Permission required for action. EVENT_FLAG_*
Definition at line 169 of file manager.h.
Referenced by action_listcommands(), ast_manager_register2(), handle_showmancmd(), and process_message().
| const ast_string_field description | 
Definition at line 163 of file manager.h.
Referenced by handle_showmancmd().
| struct ast_module* enum ast_doc_src docsrc | 
< Module this action belongs to
Where the documentation come from.
Definition at line 174 of file manager.h.
Referenced by ast_manager_register2(), and handle_showmancmd().
| struct ast_xml_doc_item* final_response | 
Final response event.
Definition at line 167 of file manager.h.
Referenced by action_destroy(), ast_manager_register2(), and handle_showmancmd().
| int(* func) (struct mansession *s, const struct message *m) | 
Function to be called
Definition at line 171 of file manager.h.
Referenced by ast_hook_send_action(), ast_manager_register2(), and process_message().
| struct { ... } list | 
For easy linking
Referenced by action_find(), and handle_showmancmds().
| struct ast_xml_doc_item* list_responses | 
Possible list element response events.
Definition at line 165 of file manager.h.
Referenced by action_destroy(), ast_manager_register2(), and handle_showmancmd().
| struct manager_action* next | 
| unsigned int registered | 
TRUE if the AMI action is registered and the callback can be called.
Definition at line 183 of file manager.h.
Referenced by ast_hook_send_action(), ast_manager_register_struct(), ast_manager_unregister(), and process_message().
| const ast_string_field seealso | 
Definition at line 163 of file manager.h.
Referenced by handle_showmancmd().
| const ast_string_field synopsis | 
Definition at line 163 of file manager.h.
Referenced by action_destroy(), action_listcommands(), handle_showmancmd(), and handle_showmancmds().
| const ast_string_field syntax | 
Definition at line 163 of file manager.h.
Referenced by handle_showmancmd().