Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
local_bridge Struct Reference

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

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(), and local_call().

struct ast_bridge* join

Bridge to join.

Definition at line 209 of file core_local.c.

Referenced by ast_local_setup_bridge(), and local_call().

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(), and local_call().


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