Asterisk - The Open Source Telephony Project
18.5.0
|
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 492 of file manager.h.
Referenced by ast_manager_event_blob_create(), and manager_default_msg_cb().
const ast_string_field extra_fields |
Extra fields to include in the event.
Definition at line 496 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.
Definition at line 493 of file manager.h.
Referenced by action_devicestatelist(), action_presencestatelist(), ast_manager_event_blob_create(), and manager_default_msg_cb().