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

Modified Files:
      Tag: v1-2
        app_meetme.c 
Log Message:
issue #5773


Index: app_meetme.c
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/app_meetme.c,v
retrieving revision 1.126
retrieving revision 1.126.2.1
diff -u -d -r1.126 -r1.126.2.1
--- app_meetme.c        11 Nov 2005 00:45:02 -0000      1.126
+++ app_meetme.c        20 Nov 2005 23:56:49 -0000      1.126.2.1
@@ -1314,7 +1314,7 @@
 
                                        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)) {
                                                ret = 0;
                                                break;
                                        } else if (option_debug > 1)

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to