From 018838b07d1a71c137e745a9ade6af9e176ab6b9 Mon Sep 17 00:00:00 2001 From: Kinsey Moore Date: Thu, 9 Aug 2012 17:39:52 +0000 Subject: [PATCH] Correct documentation for the MeetMe x flag The documentation for the x flag for MeetMe incorrectly described its function as closing down the conference when the last marked user left. It actually causes the users with that flag to leave the conference when the last marked user exits. The functionality of this flag is not changing. ........ Merged revisions 370985 from http://svn.asterisk.org/svn/asterisk/branches/1.8 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/10@370986 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_meetme.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/app_meetme.c b/apps/app_meetme.c index f2a6463d73..4ba43ca783 100644 --- a/apps/app_meetme.c +++ b/apps/app_meetme.c @@ -186,7 +186,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")