Index: main/say.c =================================================================== --- main/say.c (revision 93924) +++ main/say.c (working copy) @@ -4908,7 +4908,7 @@ char sndfile[256], nextmsg[256]; if (format == NULL) - format = "Ad 'digits/pt-de' B 'digits/pt-de' Y 'digits/at' IMp"; + format = "Ad 'digits/pt-de' B 'digits/pt-de' Y I 'digits/pt-e' Mp"; ast_localtime(&time,&tm,timezone); @@ -4979,8 +4979,6 @@ } if (!res) res = ast_say_number(chan, (tm.tm_hour % 12), ints, lang, "f"); - if ((!res) && (format[offset] == 'I')) - res = ast_say_date_with_format(chan, time, ints, lang, "P", timezone); } } else { if (tm.tm_hour == 0) { @@ -5053,7 +5051,6 @@ if (tm.tm_hour != 1) if (!res) res = wait_file(chan, ints, "digits/pt-sss", lang); } else { - res = wait_file(chan,ints,"digits/pt-e",lang); if (!res) res = ast_say_number(chan, tm.tm_min, ints, lang, (char *) NULL); }