Asterisk - The Open Source Telephony Project GIT-master-a358458
Data Fields
ast_bridge_features_limits Struct Reference

Structure that contains configuration information for the limits feature. More...

#include <bridge_features.h>

Collaboration diagram for ast_bridge_features_limits:
Collaboration graph
[legend]

Data Fields

struct ast_string_field_mgr __field_mgr
 
struct ast_string_field_pool__field_mgr_pool
 
const ast_string_field connect_sound
 
unsigned int duration
 
const ast_string_field duration_sound
 
unsigned int frequency
 
struct timeval quitting_time
 
unsigned int warning
 
const ast_string_field warning_sound
 

Detailed Description

Structure that contains configuration information for the limits feature.

Definition at line 318 of file bridge_features.h.

Field Documentation

◆ __field_mgr

struct ast_string_field_mgr __field_mgr

Definition at line 326 of file bridge_features.h.

◆ __field_mgr_pool

struct ast_string_field_pool* __field_mgr_pool

Sound file to play when the maximum duration is reached (if empty, then nothing will be played)

Sound file to play when the warning time is reached (if empty, then the remaining time will be played)

Sound file to play when the call is first entered (if empty, then the remaining time will be played)

Definition at line 326 of file bridge_features.h.

◆ connect_sound

const ast_string_field connect_sound

Definition at line 326 of file bridge_features.h.

◆ duration

unsigned int duration

Maximum duration that the channel is allowed to be in the bridge (specified in milliseconds)

Definition at line 330 of file bridge_features.h.

Referenced by bridge_config_set_limits(), and bridge_features_limits_copy().

◆ duration_sound

const ast_string_field duration_sound

Definition at line 326 of file bridge_features.h.

◆ frequency

unsigned int frequency

Interval between the warnings (specified in milliseconds or 0 to disable)

Definition at line 334 of file bridge_features.h.

Referenced by bridge_features_limits_copy().

◆ quitting_time

struct timeval quitting_time

Time when the bridge will be terminated by the limits feature

Definition at line 328 of file bridge_features.h.

Referenced by bridge_features_limits_copy().

◆ warning

unsigned int warning

Duration into the call when warnings should begin (specified in milliseconds or 0 to disable)

Definition at line 332 of file bridge_features.h.

Referenced by bridge_features_limits_copy().

◆ warning_sound

const ast_string_field warning_sound

Definition at line 326 of file bridge_features.h.


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