Index: apps/app_meetme.c =================================================================== RCS file: /usr/cvsroot/asterisk/apps/app_meetme.c,v retrieving revision 1.80 diff -u -r1.80 app_meetme.c --- apps/app_meetme.c 16 Feb 2005 03:50:41 -0000 1.80 +++ apps/app_meetme.c 25 Feb 2005 04:53:14 -0000 @@ -433,6 +433,7 @@ ast_cli(fd, "User #: %i Channel: %s %s %s %s %s\n", user->user_no, user->chan->name, (user->userflags & CONFFLAG_ADMIN) ? "(Admin)" : "", (user->userflags & CONFFLAG_MONITOR) ? "(Listen only)" : "", (user->adminflags & ADMINFLAG_MUTED) ? "(Admn Muted)" : "", istalking(user->talking)); user = user->nextuser; } + ast_cli(fd,"%d users in that conference.\n",cnf->users); return RESULT_SUCCESS; } else return RESULT_SHOWUSAGE;