From 279873e8eb2a9cb97878b72f221b22c10cdcc63c Mon Sep 17 00:00:00 2001 From: Matthew Jordan Date: Thu, 17 Nov 2011 18:09:13 +0000 Subject: Add admin toggle mute all and participant count menu options to app_confbridge This patch adds two new menu features to app_confbridge, admin_toggle_menu_ participants and participant_count. The admin action will globally mute / unmute all non-admin participants on a converence, while the participant count simply exposes the existing participant count function to the conference bridge menu. This also adds configuration options to change the sound played when the conference is globally muted / unmuted, as well as the necessary config hooks to place these functions in the DTMF menus. (closes issue ASTERISK-18204) Reported by: Kevin Reeves Tested by: Matt Jordan Patches: app_confbridge.c.patch.txt, conf_config_parser.c.patch.txt, confbridge.h.patch.txt uploaded by Kevin Reeves (license 6281) Review: https://reviewboard.asterisk.org/r/1518/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@345560 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- CHANGES | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 04de88c6e..4d106f6bb 100644 --- a/CHANGES +++ b/CHANGES @@ -12,6 +12,15 @@ --- Functionality changes from Asterisk 10 to Asterisk 11 -------------------- ------------------------------------------------------------------------------ +ConfBridge +------------------- + * Added menu action admin_toggle_mute_participants. This will mute / unmute + all non-admin participants on a conference. The confbridge configuration file + also allows for the default sounds played to all conference users when this + occurs to be overriden using sound_participants_unmuted and sound_participants_muted. + * Added menu action participant_count. This will playback the number of current + participants in a conference. + SIP Changes ----------- * Asterisk will no longer substitute CID number for CID name into display -- cgit v1.2.3