Structure that contains features information. More...
#include <bridging_features.h>
Public Member Functions | |
AST_LIST_HEAD_NOLOCK (, ast_bridge_features_hook) hooks | |
Data Fields | |
struct ast_flags | feature_flags |
unsigned int | mute:1 |
unsigned int | usable:1 |
Structure that contains features information.
Definition at line 88 of file bridging_features.h.
AST_LIST_HEAD_NOLOCK | ( | ast_bridge_features_hook | ) |
Attached DTMF based feature hooks
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().
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().