Asterisk - The Open Source Telephony Project
21.4.1
|
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.
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 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.
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 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.
struct timeval quitting_time |
Time when the bridge will be terminated by the limits feature
Definition at line 328 of file bridge_features.h.
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.
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 326 of file bridge_features.h.