From d8e2ef0f30d9621a205dac95e9e63088e1ed1f1b Mon Sep 17 00:00:00 2001 From: "Eliel C. Sardanons" Date: Sat, 6 Jun 2009 22:27:48 +0000 Subject: Move function MEETME_INFO documentation to XML. Move function MEETME_INFO static documentation to the new AstXML form. (issue #15245) Reported by: eliel Patches: app_meetme_static_conversion.txt uploaded by lmadsen (license 10) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@199409 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_meetme.c | 43 ++++++++++++++++++++++++++++++++++--------- 1 file changed, 34 insertions(+), 9 deletions(-) (limited to 'apps') diff --git a/apps/app_meetme.c b/apps/app_meetme.c index db5c39103..201d30830 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", }; -- cgit v1.2.3