From 38515df4da745fecfee22bfcc715d48bf62d2741 Mon Sep 17 00:00:00 2001 From: Naveen Albert Date: Sat, 23 Jul 2022 23:14:15 +0000 Subject: [PATCH] app_confbridge: Add missing AMI documentation. Documents the ConfbridgeListRooms AMI response, which is currently not documented. ASTERISK-30020 #close Change-Id: Id6fff7a936244bae7b52686301eb740c1169cdea --- apps/app_confbridge.c | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/apps/app_confbridge.c b/apps/app_confbridge.c index afb8c91b57..ea206bfa0b 100644 --- a/apps/app_confbridge.c +++ b/apps/app_confbridge.c @@ -393,6 +393,37 @@ ConfbridgeListRoomsComplete. + + + Raised as part of the ConfbridgeListRooms action response list. + + + The name of the Confbridge conference. + + + Number of users in the conference. + This includes both active and waiting users. + + + Number of marked users in the conference. + + + Is the conference locked? + + + + + + + Is the conference muted? + + + + + + + + Mute a Confbridge user. -- 2.47.2