Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
struct ast_bridge_features * | features |
struct ast_bridge * | join |
struct ast_channel * | swap |
Join a bridge on ast_call() parameters.
Definition at line 207 of file core_local.c.
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().
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().
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().