[Asterisk-Users] Asterisk 0.7.0

Tilghman Lesher tilghman at mail.jeffandtilghman.com
Tue Jan 13 00:18:36 MST 2004


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
-------------- next part --------------
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);


More information about the asterisk-users mailing list