Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
enum forward_type | forward_type |
char | id [] |
int | interested |
struct stasis_forward * | topic_cached_forward |
struct stasis_forward * | topic_forward |
Subscription info for a particular channel/bridge.
Definition at line 83 of file res/stasis/app.c.
enum forward_type forward_type |
Definition at line 93 of file res/stasis/app.c.
Referenced by app_to_json(), forwards_create_bridge(), forwards_create_channel(), forwards_create_endpoint(), and forwards_filter_by_type().
char id[] |
Unique id of the object being forwarded
Definition at line 95 of file res/stasis/app.c.
Referenced by app_to_json(), forwards_create(), forwards_sort(), Model::load(), and stasis_app_to_cli().
int interested |
Count of number of times this channel/bridge has been subscribed
Definition at line 85 of file res/stasis/app.c.
Referenced by app_subscribe_bridge(), app_subscribe_channel(), app_subscribe_endpoint(), stasis_app_to_cli(), and unsubscribe().
struct stasis_forward* topic_cached_forward |
Forward for the caching topic
Definition at line 90 of file res/stasis/app.c.
Referenced by forwards_create_endpoint(), forwards_dtor(), and forwards_unsubscribe().
struct stasis_forward* topic_forward |
Forward for the regular topic
Definition at line 88 of file res/stasis/app.c.
Referenced by forwards_create_bridge(), forwards_create_channel(), forwards_create_endpoint(), forwards_dtor(), and forwards_unsubscribe().