Asterisk - The Open Source Telephony Project
21.4.1
|
A subscription to some endpoint or technology. More...
Data Fields | |
struct { | |
size_t current | |
struct application_tuple ** elems | |
size_t max | |
} | applications |
char | token [] |
A subscription to some endpoint or technology.
Definition at line 59 of file messaging.c.
struct { ... } applications |
The applications that have subscribed to this endpoint or tech
Referenced by messaging_app_subscribe_endpoint(), and messaging_app_unsubscribe_endpoint().
char token[] |
The name of this endpoint or tech
Definition at line 63 of file messaging.c.
Referenced by message_subscription_compare_cb(), and message_subscription_hash_cb().