Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
struct ast_bridge * | bridge |
struct ast_channel * | swap |
Channel to swap with in the bridge. (has ref) More... | |
Definition at line 77 of file stasis_bridge.c.
struct ast_bridge* bridge |
Bridge to join (has ref)
Definition at line 79 of file stasis_bridge.c.
Referenced by bridge_stasis_new(), bridge_stasis_queue_join_action(), defer_bridge_add(), and defer_bridge_add_dtor().
struct ast_channel* swap |
Channel to swap with in the bridge. (has ref)
Definition at line 85 of file stasis_bridge.c.
Referenced by bridge_stasis_queue_join_action(), defer_bridge_add(), and defer_bridge_add_dtor().