| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
Struct containing info for an AMI event to send out. More...
#include <manager.h>

| Data Fields | |
| struct ast_string_field_mgr | __field_mgr | 
| struct ast_string_field_pool * | __field_mgr_pool | 
| int | event_flags | 
| const ast_string_field | extra_fields | 
| const char * | manager_event | 
| struct ast_string_field_mgr __field_mgr | 
| struct ast_string_field_pool* __field_mgr_pool | 
| int event_flags | 
Flags the event should be raised with.
Definition at line 504 of file manager.h.
Referenced by ast_manager_event_blob_create(), and manager_default_msg_cb().
| const ast_string_field extra_fields | 
Definition at line 508 of file manager.h.
Referenced by action_devicestatelist(), action_presencestatelist(), ast_manager_event_blob_create(), and manager_default_msg_cb().
| const char* manager_event | 
The event to be raised, should be a string literal. Extra fields to include in the event.
Definition at line 505 of file manager.h.
Referenced by action_devicestatelist(), action_presencestatelist(), ast_manager_event_blob_create(), and manager_default_msg_cb().