[Asterisk-cvs] asterisk/apps app_meetme.c,1.28,1.29

markster at lists.digium.com markster at lists.digium.com
Sun May 23 19:33:04 CDT 2004


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

Modified Files:
	app_meetme.c 
Log Message:
Change 'u' back to 's' since it's required for both user and admin menus


Index: app_meetme.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_meetme.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- app_meetme.c	23 May 2004 14:55:50 -0000	1.28
+++ app_meetme.c	23 May 2004 23:46:43 -0000	1.29
@@ -65,7 +65,7 @@
 "      'b' -- run AGI script specified in ${MEETME_AGI_BACKGROUND}\n"
 "	      Default: conf-background.agi\n"
 "             (Note: This does not work with non-Zap channels in the same conference)\n"
-"      'u' -- send user to admin/user menu if '*' is received\n"
+"      's' -- Present menu (user or admin) when '*' is received ('send' to menu)\n"
 "      'a' -- set admin mode\n";
 
 static char *descrip2 =
@@ -1094,7 +1094,7 @@
 			confflags |= CONFFLAG_MONITOR;
 		if (strchr(inflags, 'p'))
 			confflags |= CONFFLAG_POUNDEXIT;
-		if (strchr(inflags, 'u'))
+		if (strchr(inflags, 's'))
 			confflags |= CONFFLAG_STARMENU;
 		if (strchr(inflags, 't'))
 			confflags |= CONFFLAG_TALKER;




More information about the svn-commits mailing list