| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
#include <confbridge.h>

| Data Fields | |
| unsigned int | flags | 
| unsigned int | internal_sample_rate | 
| char | language [MAX_LANGUAGE] | 
| unsigned int | max_members | 
| unsigned int | maximum_sample_rate | 
| unsigned int | mix_interval | 
| char | name [MAX_PROFILE_NAME] | 
| char | rec_command [128] | 
| char | rec_file [PATH_MAX] | 
| char | rec_options [128] | 
| char | regcontext [AST_MAX_CONTEXT] | 
| unsigned int | remb_estimated_bitrate | 
| unsigned int | remb_send_interval | 
| struct bridge_profile_sounds * | sounds | 
| unsigned int | video_update_discard | 
Definition at line 227 of file confbridge.h.
| unsigned int flags | 
Definition at line 233 of file confbridge.h.
Referenced by bridge_cmp_cb(), bridge_hash_cb(), and handle_cli_confbridge_show_bridge_profile().
| unsigned int internal_sample_rate | 
The internal sample rate of the bridge. 0 when set to auto adjust mode.
Definition at line 235 of file confbridge.h.
Referenced by handle_cli_confbridge_show_bridge_profile(), join_conference_bridge(), and sample_rate_handler().
| char language[MAX_LANGUAGE] | 
Language used for playback_chan
Definition at line 229 of file confbridge.h.
Referenced by action_toggle_mute_participants(), alloc_playback_chan(), confbridge_exec(), and handle_cli_confbridge_show_bridge_profile().
| unsigned int max_members | 
The maximum number of participants allowed in the conference
Definition at line 234 of file confbridge.h.
Referenced by handle_cli_confbridge_show_bridge_profile(), and join_conference_bridge().
| unsigned int maximum_sample_rate | 
The maximum sample rate of the bridge. 0 when set to no maximum.
Definition at line 236 of file confbridge.h.
Referenced by handle_cli_confbridge_show_bridge_profile(), join_conference_bridge(), and sample_rate_handler().
| unsigned int mix_interval | 
The internal mixing interval used by the bridge. When set to 0 the bridgewill use a default interval.
Definition at line 237 of file confbridge.h.
Referenced by handle_cli_confbridge_show_bridge_profile(), join_conference_bridge(), and mix_interval_handler().
| char name[MAX_PROFILE_NAME] | 
Definition at line 228 of file confbridge.h.
Referenced by bridge_cmp_cb(), bridge_hash_cb(), bridge_profile_alloc(), complete_bridge_profile_name(), conf_start_record(), conf_stop_record(), generic_lock_unlock_helper(), generic_mute_unmute_user(), PathSegment::get_child(), handle_cli_confbridge_show_bridge_profile(), handle_cli_confbridge_show_bridge_profiles(), and SwaggerType::load().
| char rec_command[128] | 
Definition at line 232 of file confbridge.h.
Referenced by handle_cli_confbridge_show_bridge_profile(), and set_rec_filename().
| char rec_file[PATH_MAX] | 
Definition at line 230 of file confbridge.h.
Referenced by action_confbridgestartrecord(), conf_start_record(), handle_cli_confbridge_show_bridge_profile(), handle_cli_confbridge_start_record(), and set_rec_filename().
| char rec_options[128] | 
Definition at line 231 of file confbridge.h.
Referenced by handle_cli_confbridge_show_bridge_profile(), and set_rec_filename().
| char regcontext[AST_MAX_CONTEXT] | 
Definition at line 239 of file confbridge.h.
Referenced by conf_ended(), handle_cli_confbridge_show_bridge_profile(), and join_conference_bridge().
| unsigned int remb_estimated_bitrate | 
Bitrate sent when BRIDGE_OPT_REMB_BEHAVIOR_FORCE is set
Definition at line 242 of file confbridge.h.
Referenced by join_conference_bridge().
| unsigned int remb_send_interval | 
Interval at which a combined REMB frame is sent to video sources
Definition at line 241 of file confbridge.h.
Referenced by handle_cli_confbridge_show_bridge_profile(), and join_conference_bridge().
| struct bridge_profile_sounds* sounds | 
Definition at line 238 of file confbridge.h.
Referenced by action_kick_last(), action_toggle_mute(), action_toggle_mute_participants(), announce_user_count(), bridge_profile_alloc(), bridge_profile_destructor(), bridge_template_handler(), conf_bridge_profile_copy(), conf_bridge_profile_destroy(), confbridge_exec(), execute_menu_entry(), func_confbridge_helper(), handle_cli_confbridge_show_bridge_profile(), join_conference_bridge(), and set_sound().
| unsigned int video_update_discard | 
Amount of time after sending a video update request that subsequent requests should be discarded
Definition at line 240 of file confbridge.h.
Referenced by handle_cli_confbridge_show_bridge_profile(), and join_conference_bridge().