Asterisk - The Open Source Telephony Project  18.5.0
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 263 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 281 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 273 of file bridge_features.h.

Referenced by ast_bridge_interval_hook(), and bridge_channel_handle_interval().

◆ mute

unsigned int mute

◆ other_hooks

struct ao2_container* other_hooks

◆ text_messaging

unsigned int text_messaging

TRUE if text messaging is permitted.

Definition at line 283 of file bridge_features.h.

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

◆ usable

unsigned int usable

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