Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
ast_manager_event_blob Struct Reference

Struct containing info for an AMI event to send out. More...

#include <manager.h>

Collaboration diagram for ast_manager_event_blob:
Collaboration graph
[legend]

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
 

Detailed Description

Struct containing info for an AMI event to send out.

Definition at line 491 of file manager.h.

Field Documentation

◆ __field_mgr

struct ast_string_field_mgr __field_mgr

Definition at line 496 of file manager.h.

◆ __field_mgr_pool

struct ast_string_field_pool* __field_mgr_pool

Definition at line 496 of file manager.h.

◆ event_flags

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().

◆ extra_fields

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().

◆ manager_event

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().


The documentation for this struct was generated from the following file: