[asterisk-bugs] [JIRA] (ASTERISK-29310) voicemail anounce with date stops working after 2020

Nico Kooijman (JIRA) noreply at issues.asterisk.org
Mon Feb 22 09:42:15 CST 2021


Nico Kooijman created ASTERISK-29310:
----------------------------------------

             Summary: voicemail anounce with date stops working after 2020
                 Key: ASTERISK-29310
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-29310
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Applications/app_voicemail
    Affects Versions: 18.2.1
         Environment: all
            Reporter: Nico Kooijman


Email anouncement with Year does'n work in Dutch (NL) timezone.
In main/say.c:
if (tm.tm_year > 100) {
if (!res) {
     /* This works until the end of 2020 */
      snprintf(nextmsg, sizeof(nextmsg), "digits/%d", tm.tm_year - 100);
      res = wait_file(chan, ints, nextmsg, lang);
                                                }
                                        }



--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list