[Asterisk-cvs] asterisk/apps app_meetme.c,1.126,1.127

twisted twisted
Sun Nov 20 01:09:18 CST 2005


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

Modified Files:
	app_meetme.c 
Log Message:
issue #5773, with minor modification to log message


Index: app_meetme.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_meetme.c,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -d -r1.126 -r1.127
--- app_meetme.c	11 Nov 2005 00:45:02 -0000	1.126
+++ app_meetme.c	20 Nov 2005 05:58:40 -0000	1.127
@@ -1314,7 +1314,8 @@
 
 					tmp[0] = f->subclass;
 					tmp[1] = '\0';
-					if (ast_goto_if_exists(chan, exitcontext, tmp, 1)) {
+					if (!ast_goto_if_exists(chan, exitcontext, tmp, 1)) {
+						ast_log(LOG_DEBUG, "Got DTMF %c, goto context %s\n", tmp[0], exitcontext);
 						ret = 0;
 						break;
 					} else if (option_debug > 1)




More information about the svn-commits mailing list