[Asterisk-code-review] app_confbridge: Add missing AMI documentation. (asterisk[master])
N A
asteriskteam at digium.com
Sat Jul 23 18:17:05 CDT 2022
N A has uploaded this change for review. ( https://gerrit.asterisk.org/c/asterisk/+/18836 )
Change subject: app_confbridge: Add missing AMI documentation.
......................................................................
app_confbridge: Add missing AMI documentation.
Documents the ConfbridgeListRooms AMI response,
which is currently not documented.
ASTERISK-30020 #close
Change-Id: Id6fff7a936244bae7b52686301eb740c1169cdea
---
M apps/app_confbridge.c
1 file changed, 31 insertions(+), 0 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/36/18836/1
diff --git a/apps/app_confbridge.c b/apps/app_confbridge.c
index afb8c91..ea206bf 100644
--- a/apps/app_confbridge.c
+++ b/apps/app_confbridge.c
@@ -393,6 +393,37 @@
ConfbridgeListRoomsComplete.</para>
</description>
</manager>
+ <managerEvent language="en_US" name="ConfbridgeListRooms">
+ <managerEventInstance class="EVENT_FLAG_REPORTING">
+ <synopsis>Raised as part of the ConfbridgeListRooms action response list.</synopsis>
+ <syntax>
+ <parameter name="Conference">
+ <para>The name of the Confbridge conference.</para>
+ </parameter>
+ <parameter name="Parties">
+ <para>Number of users in the conference.</para>
+ <para>This includes both active and waiting users.</para>
+ </parameter>
+ <parameter name="Marked">
+ <para>Number of marked users in the conference.</para>
+ </parameter>
+ <parameter name="Locked">
+ <para>Is the conference locked?</para>
+ <enumlist>
+ <enum name="Yes"/>
+ <enum name="No"/>
+ </enumlist>
+ </parameter>
+ <parameter name="Muted">
+ <para>Is the conference muted?</para>
+ <enumlist>
+ <enum name="Yes"/>
+ <enum name="No"/>
+ </enumlist>
+ </parameter>
+ </syntax>
+ </managerEventInstance>
+ </managerEvent>
<manager name="ConfbridgeMute" language="en_US">
<synopsis>
Mute a Confbridge user.
--
To view, visit https://gerrit.asterisk.org/c/asterisk/+/18836
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Change-Id: Id6fff7a936244bae7b52686301eb740c1169cdea
Gerrit-Change-Number: 18836
Gerrit-PatchSet: 1
Gerrit-Owner: N A <mail at interlinked.x10host.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20220723/07de2097/attachment.html>
More information about the asterisk-code-review
mailing list