Asterisk - The Open Source Telephony Project
18.5.0
|
Structure that contains configuration information for the limits feature. More...
#include <bridge_features.h>
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 |
Structure that contains configuration information for the limits feature.
Definition at line 332 of file bridge_features.h.
struct ast_string_field_mgr __field_mgr |
Definition at line 340 of file bridge_features.h.
struct ast_string_field_pool* __field_mgr_pool |
Definition at line 340 of file bridge_features.h.
const ast_string_field connect_sound |
Sound file to play when the call is first entered (if empty, then the remaining time will be played)
Definition at line 340 of file bridge_features.h.
Referenced by bridge_features_connect_callback().
unsigned int duration |
Maximum duration that the channel is allowed to be in the bridge (specified in milliseconds)
Definition at line 344 of file bridge_features.h.
Referenced by bridge_builtin_set_limits(), bridge_config_set_limits(), and bridge_features_limits_copy().
const ast_string_field duration_sound |
Sound file to play when the maximum duration is reached (if empty, then nothing will be played)
Definition at line 340 of file bridge_features.h.
Referenced by bridge_features_duration_callback().
unsigned int frequency |
Interval between the warnings (specified in milliseconds or 0 to disable)
Definition at line 348 of file bridge_features.h.
Referenced by bridge_config_set_limits_warning_values(), bridge_features_limits_copy(), and bridge_features_warning_callback().
struct timeval quitting_time |
Time when the bridge will be terminated by the limits feature
Definition at line 342 of file bridge_features.h.
Referenced by bridge_features_limits_copy(), and limits_interval_playback().
unsigned int warning |
Duration into the call when warnings should begin (specified in milliseconds or 0 to disable)
Definition at line 346 of file bridge_features.h.
Referenced by bridge_config_set_limits_warning_values(), and bridge_features_limits_copy().
const ast_string_field warning_sound |
Sound file to play when the warning time is reached (if empty, then the remaining time will be played)
Definition at line 340 of file bridge_features.h.
Referenced by bridge_features_warning_callback().