Asterisk - The Open Source Telephony Project
18.5.0
|
Storage object for an application. More...
Data Fields | |
char | app_name [] |
message_received_cb | callback |
void * | pvt |
Storage object for an application.
Definition at line 49 of file messaging.c.
char app_name[] |
The name (key) of the application
Definition at line 55 of file messaging.c.
Referenced by application_tuple_alloc(), application_tuple_cmp(), and is_app_subscribed().
message_received_cb callback |
The callback to call when this application has a message
Definition at line 53 of file messaging.c.
Referenced by application_tuple_alloc(), and dispatch_message().
void* pvt |
ao2 ref counted private object to pass to the callback
Definition at line 51 of file messaging.c.
Referenced by application_tuple_alloc(), AST_VECTOR(), and dispatch_message().