|
Asterisk - The Open Source Telephony Project
18.5.0
|
Pair showing a bridge snapshot and a specific channel snapshot belonging to the bridge. More...
#include <stasis_bridges.h>

Data Fields | |
| struct ast_bridge_snapshot * | bridge_snapshot |
| struct ast_channel_snapshot * | channel_snapshot |
Pair showing a bridge snapshot and a specific channel snapshot belonging to the bridge.
Definition at line 233 of file stasis_bridges.h.
| struct ast_bridge_snapshot* bridge_snapshot |
Definition at line 234 of file stasis_bridges.h.
Referenced by ast_attended_transfer_message_add_threeway(), attended_transfer_to_ami(), attended_transfer_to_json(), bridge_attended_transfer_handler(), bridge_channel_snapshot_pair_cleanup(), bridge_channel_snapshot_pair_init(), cel_attended_transfer_cb(), and handle_attended_transfer().
| struct ast_channel_snapshot* channel_snapshot |
Definition at line 235 of file stasis_bridges.h.
Referenced by ast_attended_transfer_message_add_threeway(), attended_transfer_to_ami(), attended_transfer_to_json(), bridge_attended_transfer_handler(), bridge_channel_snapshot_pair_cleanup(), bridge_channel_snapshot_pair_init(), cel_attended_transfer_cb(), and confbridge_handle_atxfer().
1.8.13