Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
defer_bridge_add_obj Struct Reference
Collaboration diagram for defer_bridge_add_obj:
Collaboration graph
[legend]

Data Fields

struct ast_bridgebridge
 
struct ast_channelswap
 Channel to swap with in the bridge. (has ref) More...
 

Detailed Description

Definition at line 77 of file stasis_bridge.c.

Field Documentation

◆ bridge

struct ast_bridge* bridge

Bridge to join (has ref)

Definition at line 79 of file stasis_bridge.c.

Referenced by bridge_stasis_new(), bridge_stasis_queue_join_action(), defer_bridge_add(), and defer_bridge_add_dtor().

◆ swap

struct ast_channel* swap

Channel to swap with in the bridge. (has ref)

Note
NULL if not swapping with a channel.

Definition at line 85 of file stasis_bridge.c.

Referenced by bridge_stasis_queue_join_action(), defer_bridge_add(), and defer_bridge_add_dtor().


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