Index: apps/app_meetme.c =================================================================== --- apps/app_meetme.c (revision 199221) +++ apps/app_meetme.c (working copy) @@ -420,6 +420,42 @@ + + + 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 +6426,7 @@ 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", };