Sun Oct 16 2011 08:43:12

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.


Field Documentation

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

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


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