[Asterisk-cvs] asterisk/apps app_meetme.c,1.96,1.97

russell at lists.digium.com russell at lists.digium.com
Wed May 18 21:04:42 CDT 2005


Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv8959/apps

Modified Files:
	app_meetme.c 
Log Message:
fix moh option in conjunction with intro option (bug #4298)


Index: app_meetme.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_meetme.c,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- app_meetme.c	29 Apr 2005 17:00:33 -0000	1.96
+++ app_meetme.c	19 May 2005 01:09:46 -0000	1.97
@@ -640,7 +640,6 @@
 			ast_waitstream(chan, "");
 		goto outrun;
 	}
-	conf->users++;
 
 	if (confflags & CONFFLAG_MARKEDUSER)
 		conf->markedusers++;
@@ -687,6 +686,8 @@
 		ast_record_review(chan,"vm-rec-name",user->namerecloc, 10,"sln", &duration, NULL);
 	}
 
+	conf->users++;
+
 	if (!(confflags & CONFFLAG_QUIET)) {
 		if (conf->users == 1 && !(confflags & CONFFLAG_WAITMARKED))
 			if (!ast_streamfile(chan, "conf-onlyperson", chan->language))




More information about the svn-commits mailing list