From: Eliel C. Sardanons Date: Sat, 6 Jun 2009 22:27:48 +0000 (+0000) Subject: Move function MEETME_INFO documentation to XML. X-Git-Tag: 11.0.0-beta1~4722 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d8e2ef0f30d9621a205dac95e9e63088e1ed1f1b;p=thirdparty%2Fasterisk.git 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 --- 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", };