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

Modified Files:
      Tag: v1-0
        say.c 
Log Message:
fix SayUnixTime (bug #4423)


Index: say.c
===================================================================
RCS file: /usr/cvsroot/asterisk/say.c,v
retrieving revision 1.38.2.6
retrieving revision 1.38.2.7
diff -u -d -r1.38.2.6 -r1.38.2.7
--- say.c       15 Apr 2005 09:39:13 -0000      1.38.2.6
+++ say.c       1 Jun 2005 20:56:18 -0000       1.38.2.7
@@ -1990,7 +1990,7 @@
                                        /* Between 21 and 29 - two sounds */
                                        res = wait_file(chan,ints, 
"digits/20",lang);
                                        if (!res) {
-                                               
snprintf(nextmsg,sizeof(nextmsg), "digits/%d", tm.tm_mday - 20);
+                                               
snprintf(nextmsg,sizeof(nextmsg), "digits/h-%d", tm.tm_mday - 20);
                                                res = 
wait_file(chan,ints,nextmsg,lang);
                                        }
                                }

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

Reply via email to