Structure that contains features information. More...
#include <bridging_features.h>
Data Fields | |
struct ast_flags | feature_flags |
struct { | |
struct ast_bridge_features_hook * first | |
struct ast_bridge_features_hook * last | |
} | hooks |
unsigned int | mute:1 |
unsigned int | usable:1 |
Structure that contains features information.
Definition at line 88 of file bridging_features.h.
struct ast_flags feature_flags |
Feature flags that are enabled
Definition at line 92 of file bridging_features.h.
Referenced by ast_bridge_features_set_flag(), and bridge_check_dissolve().
struct ast_bridge_features_hook* first |
Definition at line 90 of file bridging_features.h.
struct { ... } hooks |
struct ast_bridge_features_hook* last |
Definition at line 90 of file bridging_features.h.
unsigned int mute |
Bit to indicate whether the channel/bridge is muted or not
Definition at line 96 of file bridging_features.h.
Referenced by ast_bridge_handle_trip(), confbridge_exec(), leave_conference_bridge(), menu_callback(), and post_join_marked().
unsigned int usable |
Bit to indicate that this structure is useful and should be considered when looking for features
Definition at line 94 of file bridging_features.h.
Referenced by ast_bridge_features_hook(), ast_bridge_features_set_flag(), bridge_check_dissolve(), and bridge_handle_dtmf().