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

An Asterisk external application message handler. More...

#include <res_aeap.h>

Data Fields

const char * name
 
ast_aeap_on_message on_message
 

Detailed Description

An Asterisk external application message handler.

Used to register message handlers with an AEAP object.

Definition at line 108 of file res_aeap.h.

Field Documentation

const char* name

The handler name

Definition at line 110 of file res_aeap.h.

Referenced by PathSegment::__init__(), and PathSegment::get_child().

ast_aeap_on_message on_message

Callback triggered when on a name match

Definition at line 112 of file res_aeap.h.


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