Customize message of voicemail

Guys, I use the option emailbody to send a customized message to users. The question is, the variable ${VM_DATE} prints something like: “05 March, 2018 as 02:05:07 PM”. It is ok, however, my users want to receive month in portuguese. Is there a way to translate, or change it’s value. I tried to use other variable, like date +"%D" but it didn’t work, I’m not sure it works inside voicemail.conf

Guys, I solved this question. I realized that I just need to modify the option emaildateformat. I added: emaildateformat = %d/%m/%Y as %R. It worked for me. I’m closing this topic.

2 Likes