[Asterisk-cvs] asterisk/apps app_meetme.c,1.48,1.49

markster at lists.digium.com markster at lists.digium.com
Tue Jun 29 07:55:02 CDT 2004


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

Modified Files:
	app_meetme.c 
Log Message:
Fix small typo (bug #1945)


Index: app_meetme.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_meetme.c,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- app_meetme.c	28 Jun 2004 22:10:50 -0000	1.48
+++ app_meetme.c	29 Jun 2004 11:40:54 -0000	1.49
@@ -891,7 +891,7 @@
 								default:
 									menu_active = 0;
 									/* Play an error message! */
-									if (!ast_streamfile(chan, "errormenu", chan->language))
+									if (!ast_streamfile(chan, "conf-errormenu", chan->language))
 										ast_waitstream(chan, "");
 									break;
 							}




More information about the svn-commits mailing list