Tilghman Lesher wrote:

On Tuesday 13 January 2004 00:10, Mark Spencer wrote:


Okay, it's 15 minutes late, but it's out, thanks very much to all the
people who worked so hard this weekend to make this possible!



There is one bug so far and it's critical. It breaks includes and the GotoIfTime application. I'll own up to writing the broken code. The fix is very simple, though (attached).

-Tilghman


------------------------------------------------------------------------

Index: pbx.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx.c,v
retrieving revision 1.92
diff -u -r1.92 pbx.c
--- pbx.c       11 Jan 2004 09:19:16 -0000      1.92
+++ pbx.c       13 Jan 2004 07:21:12 -0000
@@ -2922,7 +2922,7 @@
                return;
        }

-#if 0
+#if 1
s1 = s1 * 30 + s2/2;
if ((s1 < 0) || (s1 >= 24*30)) {
ast_log(LOG_WARNING, "%s isn't a valid star time. Assuming no time.\n", times);


Why not quickly patch the source an release 0.7.1 if the bug is critical?

_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to