ConfBridge rooms
Behavior
Bridge profiles, user profiles and menus. Every mixing option is a control; the DTMF menu is edited on the canvas. It is backed by confbridge.conf. The rail badge on this destination currently reads 6. It lives on the Media rail, under the Media & voice group: Codecs, RTP, recordings, prompts and conferencing.
Configuration
Mixing
Audio quality and how the bridge combines participants.
- Internal sample rate (
c_rate) — a segmented control, default48000, choices8000,16000,48000,auto. - Mixing interval (
c_mixing) — a segmented control, default20, choices10,20,40,80. - Video mode (
c_video) — a segmented control, defaultfollow_talker, choicesnone,follow_talker,last_marked,sfu. - Denoise (
c_denoise) — a switch control, defaulttrue. - Jitter buffer (
c_jitter) — a switch control, defaulttrue. - Talker detection events (
c_talker) — a switch control, defaulttrue.
Participants
What each caller may do once inside.
- Maximum members (
c_max) — a stepper control, default50. - Wait for marked user (
c_marked) — a switch control, defaulttrue. - Announce join and leave (
c_announce) — a segmented control, defaultname, choicesoff,tone,name,count. - Music while alone (
c_music) — a switch control, defaulttrue. - DTMF menu (
c_dtmf) — a select control, defaultdefault_menu, choicesdefault_menu,admin_menu,listen_only.
Failure modes and security
Every row reflects a real object in confbridge.conf; nothing is invented to fill the table. Rows can fail to load, fail to save, or drift from the running configuration, and each of those is a distinct state rather than a blank screen.
Verification
Exercise every control against its documented default and its full option range, confirm the write lands in confbridge.conf, and confirm an invalid combination is rejected before it reaches Asterisk. Confirm rows reflect the current running configuration, that a destructive action on a row runs the full confirmation ceremony, and that a stale row is distinguishable from a missing one.