From: Naveen Albert Date: Sat, 23 Jul 2022 23:07:18 +0000 (+0000) Subject: app_meetme: Add missing AMI documentation. X-Git-Tag: 19.7.0-rc1~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb316354a9132bdb02c84ee02953ae4b2ba6fd4a;p=thirdparty%2Fasterisk.git app_meetme: Add missing AMI documentation. The MeetmeList and MeetmeListRooms AMI responses are currently completely undocumented. This adds documentation for these responses. ASTERISK-30018 #close Change-Id: Id93135b7edf01de6f8fba266e2122989dc8996b8 --- diff --git a/apps/app_meetme.c b/apps/app_meetme.c index 918cadf43e..0f717b37a0 100644 --- a/apps/app_meetme.c +++ b/apps/app_meetme.c @@ -639,6 +639,82 @@ + + + Raised in response to a MeetmeList command. + + + Conference ID. + + + User ID. + + + Caller ID number. + + + Caller ID name. + + + Connected Line number. + + + Connected Line name. + + + Channel name + + + Whether or not the user is an admin. + + + User role. Can be "Listen only", "Talk only", or "Talk and listen". + + + Whether or not the user is a marked user. + + + Whether or not the user is currently muted. + + + Whether or not the user is currently talking. + + + + MeetmeList + MeetMe + + + + + + Raised in response to a MeetmeListRooms command. + + + Conference ID. + + + Number of parties in the conference. + + + Number of marked users in the conference. + + + Total duration of conference in HH:MM:SS format. + + + How the conference was created: "Dyanmic" or "Static". + + + Whether or not the conference is locked. + + + + MeetmeListRooms + MeetMe + + + ***/ #define CONFIG_FILE_NAME "meetme.conf"