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

Data Fields

struct ast_bridge_featuresfeatures
 
struct ast_bridgejoin
 
struct ast_channelswap
 

Detailed Description

Join a bridge on ast_call() parameters.

Definition at line 207 of file core_local.c.

Field Documentation

◆ features

struct ast_bridge_features* features

Features that are specific to this channel when pushed into the bridge.

Definition at line 213 of file core_local.c.

Referenced by ast_local_setup_bridge(), local_call(), and local_pvt_destructor().

◆ join

struct ast_bridge* join

Bridge to join.

Definition at line 209 of file core_local.c.

Referenced by ast_local_setup_bridge(), local_call(), and local_pvt_destructor().

◆ swap

struct ast_channel* swap

Channel to swap with when joining bridge.

Definition at line 211 of file core_local.c.

Referenced by ast_local_setup_bridge(), local_call(), and local_pvt_destructor().


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