| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
#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 154 of file confbridge.h.
| unsigned int announce_user_count_all_after | 
Definition at line 160 of file confbridge.h.
Referenced by announce_user_count_all_handler().
| char announcement[PATH_MAX] | 
Definition at line 158 of file confbridge.h.
Referenced by handle_cli_confbridge_show_user_profile().
| unsigned int flags | 
Definition at line 159 of file confbridge.h.
Referenced by announce_user_count_all_handler(), handle_cli_confbridge_show_user_profile(), user_cmp_cb(), and user_hash_cb().
| char moh_class[128] | 
Definition at line 157 of file confbridge.h.
Referenced by handle_cli_confbridge_show_user_profile().
| char name[MAX_PROFILE_NAME] | 
Definition at line 155 of file confbridge.h.
Referenced by complete_user_profile_name(), conf_send_event_to_participants(), PathSegment::get_child(), handle_cli_confbridge_show_user_profile(), handle_cli_confbridge_show_user_profiles(), SwaggerType::load(), user_cmp_cb(), user_hash_cb(), and user_profile_alloc().
| char pin[MAX_PIN] | 
Definition at line 156 of file confbridge.h.
Referenced by 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 164 of file confbridge.h.
Referenced by handle_cli_confbridge_show_user_profile().
| unsigned int talking_threshold | 
Minimum average magnitude threshold to determine talking by the DSP.
Definition at line 162 of file confbridge.h.
Referenced by handle_cli_confbridge_show_user_profile().
| unsigned int timeout | 
The time in ms the user may stay in the confbridge
Definition at line 166 of file confbridge.h.