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.
| struct ast_flags feature_flags |
Feature flags that are enabled
Definition at line 92 of file bridging_features.h.
Referenced by bridge_check_dissolve(), and ast_bridge_features_set_flag().
| struct ast_bridge_features_hook* first |
Definition at line 90 of file bridging_features.h.
| struct { ... } hooks |
Attached DTMF based feature hooks
Referenced by bridge_handle_dtmf(), bridge_channel_feature(), ast_bridge_features_hook(), ast_bridge_features_init(), and ast_bridge_features_cleanup().
| 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 post_join_marked(), leave_conference_bridge(), menu_callback(), confbridge_exec(), and ast_bridge_handle_trip().
| 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 bridge_check_dissolve(), bridge_handle_dtmf(), ast_bridge_features_hook(), and ast_bridge_features_set_flag().