Asterisk - The Open Source Telephony Project GIT-master-7e7a603
Data Fields
ast_bridge_features Struct Reference

Structure that contains features information. More...

#include <bridge_features.h>

Collaboration diagram for ast_bridge_features:
Collaboration graph
[legend]

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

◆ dtmf_hooks

struct ao2_container* dtmf_hooks

◆ dtmf_passthrough

unsigned int dtmf_passthrough

◆ feature_flags

struct ast_flags feature_flags

◆ inhibit_colp

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

◆ interval_hooks

struct ast_heap* interval_hooks

◆ interval_sequence

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(), and bridge_channel_handle_interval().

◆ mute

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(), bridge_handle_trip(), softmix_bridge_check_voice(), and stasis_app_control_mute_in_bridge().

◆ other_hooks

struct ao2_container* other_hooks

◆ text_messaging

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(), and ast_bridge_features_init().

◆ usable

unsigned int usable

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