diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index db5c391036..201d30830c 100644
--- a/apps/app_meetme.c
+++ b/apps/app_meetme.c
@@ -420,6 +420,40 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
+
+
+ Query a given conference of various properties.
+
+
+
+ Options:
+
+
+ Boolean of whether the corresponding conference is locked.
+
+
+ Number of parties in a given conference
+
+
+ Duration of conference in seconds.
+
+
+ Boolean of whether the corresponding conference is dynamic.
+
+
+
+
+ Conference number to retrieve information from.
+
+
+
+
+ [MeetMe]
+ [MeetMeCount]
+ [MeetMeAdmin]
+ [MeetMeChannelAdmin]
+
+
Mute a Meetme user.
@@ -6390,16 +6424,7 @@ static int acf_meetme_info(struct ast_channel *chan, const char *cmd, char *data
static struct ast_custom_function meetme_info_acf = {
.name = "MEETME_INFO",
- .synopsis = "Query a given conference of various properties.",
- .syntax = "MEETME_INFO(,)",
.read = acf_meetme_info,
- .desc =
-"Returns information from a given keyword. (For booleans 1-true, 0-false)\n"
-" Options:\n"
-" lock - boolean of whether the corresponding conference is locked\n"
-" parties - number of parties in a given conference\n"
-" activity - duration of conference in seconds\n"
-" dynamic - boolean of whether the corresponding coference is dynamic\n",
};