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

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
 

Detailed Description

Struct containing info for an AMI event to send out.

Definition at line 502 of file manager.h.

Field Documentation

int event_flags

Flags the event should be raised with.

Definition at line 503 of file manager.h.

Referenced by ast_manager_event_blob_create().

const ast_string_field extra_fields

Extra fields to include in the event.

Definition at line 507 of file manager.h.

Referenced by ast_manager_event_blob_create().

const char* manager_event

The event to be raised, should be a string literal.

Definition at line 504 of file manager.h.

Referenced by ast_manager_event_blob_create().


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