Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
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 318 of file bridge_features.h.
struct ast_string_field_mgr __field_mgr |
Definition at line 326 of file bridge_features.h.
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.
const ast_string_field connect_sound |
Definition at line 326 of file bridge_features.h.
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().
const ast_string_field duration_sound |
Definition at line 326 of file bridge_features.h.
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().
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().
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().
const ast_string_field warning_sound |
Definition at line 326 of file bridge_features.h.