From: Kinsey Moore Date: Thu, 9 Aug 2012 17:40:45 +0000 (+0000) Subject: Correct documentation for the MeetMe x flag X-Git-Tag: 11.0.0-beta1~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=609061a8c041bd9fc13d2d77ee753d7c43cd7783;p=thirdparty%2Fasterisk.git 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 ........ Merged revisions 370986 from http://svn.asterisk.org/svn/asterisk/branches/10 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@370987 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_meetme.c b/apps/app_meetme.c index 98b7f427c3..59bde40124 100644 --- a/apps/app_meetme.c +++ b/apps/app_meetme.c @@ -189,7 +189,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")