Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
ast_bridge_features Struct Reference

Structure that contains features information. More...

#include <bridge_features.h>

Data Fields

struct ao2_containerdtmf_hooks
 
unsigned int dtmf_passthrough:1
 
struct ast_flags feature_flags
 
unsigned int inhibit_colp:1
 
struct ast_heapinterval_hooks
 
unsigned int interval_sequence
 
unsigned int mute:1
 
struct ao2_containerother_hooks
 
unsigned int text_messaging:1
 
unsigned int usable:1
 

Detailed Description

Structure that contains features information.

Definition at line 254 of file bridge_features.h.

Field Documentation

struct ao2_container* dtmf_hooks
unsigned int dtmf_passthrough

TRUE if DTMF should be passed into the bridge tech.

Definition at line 270 of file bridge_features.h.

Referenced by ast_bridge_channel_feature_digit(), ast_bridge_features_init(), ast_bridge_features_merge(), confbridge_exec(), and stasis_app_control_absorb_dtmf_in_bridge().

struct ast_flags feature_flags
unsigned int inhibit_colp

TRUE to avoid generating COLP frames when joining the bridge

Definition at line 272 of file bridge_features.h.

Referenced by control_swap_channel_in_bridge(), and stasis_app_control_inhibit_colp_in_bridge().

struct ast_heap* interval_hooks
unsigned int interval_sequence

Used to assign the sequence number to the next interval hook added.

Definition at line 264 of file bridge_features.h.

Referenced by ast_bridge_interval_hook().

unsigned int mute

TRUE if the channel/bridge is muted.

Definition at line 268 of file bridge_features.h.

Referenced by ast_bridge_features_merge(), conf_update_user_mute(), and stasis_app_control_mute_in_bridge().

struct ao2_container* other_hooks
unsigned int text_messaging

TRUE if text messaging is permitted.

Definition at line 274 of file bridge_features.h.

Referenced by ast_bridge_channel_queue_frame(), ast_bridge_features_init(), and confbridge_exec().

unsigned int usable

TRUE if feature_flags is setup

Definition at line 266 of file bridge_features.h.

Referenced by ast_bridge_features_merge(), and ast_bridge_features_set_flag().


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