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