Asterisk - The Open Source Telephony Project GIT-master-3dee037
|
An Asterisk external application message handler. More...
#include <res_aeap.h>
Data Fields | |
const char * | name |
ast_aeap_on_message | on_message |
An Asterisk external application message handler.
Used to register message handlers with an AEAP object.
Definition at line 108 of file res_aeap.h.
const char* name |
The handler name
Definition at line 110 of file res_aeap.h.
Referenced by PathSegment::get_child(), Parameter::load(), Property::load(), and SwaggerType::load().
ast_aeap_on_message on_message |
Callback triggered when on a name match
Definition at line 112 of file res_aeap.h.
Referenced by raise_msg_handler().