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

Message representing the merge of two bridges. More...

#include <stasis_bridges.h>

Data Fields

struct ast_bridge_snapshotfrom
 
struct ast_bridge_snapshotto
 

Detailed Description

Message representing the merge of two bridges.

Definition at line 92 of file stasis_bridges.h.

Field Documentation

struct ast_bridge_snapshot* from

Bridge from which channels will be removed during the merge

Definition at line 93 of file stasis_bridges.h.

Referenced by bridge_merge_message_create(), and bridge_merge_message_dtor().

struct ast_bridge_snapshot* to

Bridge to which channels will be added during the merge

Definition at line 94 of file stasis_bridges.h.

Referenced by bridge_merge_message_create(), and bridge_merge_message_dtor().


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