Asterisk - The Open Source Telephony Project GIT-master-a358458
Data Fields
app_forwards Struct Reference
Collaboration diagram for app_forwards:
Collaboration graph
[legend]

Data Fields

enum forward_type forward_type
 
char id []
 
int interested
 
struct stasis_forwardtopic_cached_forward
 
struct stasis_forwardtopic_forward
 

Detailed Description

Subscription info for a particular channel/bridge.

Definition at line 83 of file res/stasis/app.c.

Field Documentation

◆ forward_type

◆ id

char id[]

◆ interested

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().

◆ topic_cached_forward

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().

◆ topic_forward

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().


The documentation for this struct was generated from the following file: