Asterisk - The Open Source Telephony Project
18.5.0
|
#include <confbridge.h>
Data Fields | |
unsigned int | announce_user_count_all_after |
char | announcement [PATH_MAX] |
unsigned int | flags |
char | moh_class [128] |
char | name [MAX_PROFILE_NAME] |
char | pin [MAX_PIN] |
unsigned int | silence_threshold |
unsigned int | talking_threshold |
unsigned int | timeout |
Definition at line 152 of file confbridge.h.
unsigned int announce_user_count_all_after |
Definition at line 158 of file confbridge.h.
Referenced by announce_user_count_all_handler(), and join_conference_bridge().
char announcement[PATH_MAX] |
Definition at line 156 of file confbridge.h.
Referenced by handle_cli_confbridge_show_user_profile(), and join_conference_bridge().
unsigned int flags |
Definition at line 157 of file confbridge.h.
Referenced by announce_user_count_all_handler(), and handle_cli_confbridge_show_user_profile().
char moh_class[128] |
Definition at line 155 of file confbridge.h.
Referenced by conf_moh_start(), conf_moh_unsuspend(), and handle_cli_confbridge_show_user_profile().
char name[MAX_PROFILE_NAME] |
Definition at line 153 of file confbridge.h.
Referenced by complete_user_profile_name(), conf_invalid_event_fn(), conf_send_event_to_participants(), PathSegment::get_child(), handle_cli_confbridge_list_item(), handle_cli_confbridge_show_user_profile(), handle_cli_confbridge_show_user_profiles(), Parameter::load(), SwaggerType::load(), Property::load(), user_cmp_cb(), user_hash_cb(), and user_profile_alloc().
char pin[MAX_PIN] |
Definition at line 154 of file confbridge.h.
Referenced by conf_get_pin(), confbridge_exec(), and handle_cli_confbridge_show_user_profile().
unsigned int silence_threshold |
Time in ms of silence necessary to declare talking stopped by the bridge.
Definition at line 162 of file confbridge.h.
Referenced by confbridge_exec(), and handle_cli_confbridge_show_user_profile().
unsigned int talking_threshold |
Minimum average magnitude threshold to determine talking by the DSP.
Definition at line 160 of file confbridge.h.
Referenced by confbridge_exec(), and handle_cli_confbridge_show_user_profile().
unsigned int timeout |
The time in ms the user may stay in the confbridge
Definition at line 164 of file confbridge.h.
Referenced by confbridge_exec().