[asterisk-bugs] [JIRA] (ASTERISK-29310) voicemail anounce with date stops working after 2020
Joshua C. Colp (JIRA)
noreply at issues.asterisk.org
Mon Feb 22 09:46:15 CST 2021
[ https://issues.asterisk.org/jira/browse/ASTERISK-29310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Joshua C. Colp closed ASTERISK-29310.
-------------------------------------
Resolution: Duplicate
> 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