Thu Apr 28 2011 16:57:20

Asterisk developer's documentation


ast_bridge_features Struct Reference

Structure that contains features information. More...

#include <bridging_features.h>

Collaboration diagram for ast_bridge_features:

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

Detailed Description

Structure that contains features information.

Definition at line 88 of file bridging_features.h.


Field Documentation

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().

Definition at line 90 of file bridging_features.h.

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().


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