Voicemail to Email not working in 5.4.7

Neil NC

New Member
Oct 22, 2022
8
0
1
39
I recently installed a fresh install of 5.4.7 since I was running a version that was several years old and wanted to start fresh. After setting up the new system I could not get voicemails to send to email. It seems to be the same problem as described in this post three years ago.


I did not want to hard code the smtp_from in the code, so I dove in and did a bit of debugging. I still didn't exactly get to the root of the problem, but I discovered that it's related to the lazy loading settings cache. I changed line 59 to disable using the cache. That resolved the issue for me.

https://github.com/fusionpbx/fusion...pts/resources/functions/lazy_settings.lua#L59