| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

| 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 219 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 225 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 221 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 223 of file core_local.c.
Referenced by ast_local_setup_bridge(), local_call(), and local_pvt_destructor().