| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

| 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 Section::__cmp__(), Section::__eq__(), Section::__ge__(), Section::__gt__(), Section::__le__(), Section::__lt__(), app_to_json(), forwards_create(), forwards_sort(), 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().