I’m having an issue in UCP for a user that is trying to access the voicemail for a different user. This has been working fine since the system was deployed around 2 years ago, and it stopped working about 3 weeks ago. It was first reported on 24 Jan and I see in the update logs that the voicemail module was updated on 19 Jan “Upgrading module ‘voicemail’ from 16.0.60 to 16.0.61”. Not sure if a new bug has been introduced?
The users UCP dashboard has their own voicemail widget and the voicemail widget for a shared voicemail box (the final destination for our Queue). Their own VM widget loads fine, but the shared VM widget shows “Loading, please wait…”
When I click on refresh, there is a popup in the top right that says “There was an error. See the console log for more details”
I am not sure where the console log is? I have tried “tail -f /var/log/asterisk/*.log”, but it doesn’t show any new messages when the problem occurs.
I have confirmed that User Management → UCP → Voicemail → Allowed Voicemail contains the extension of the VM that they are attempting to access. I also tried removing the allowed VM, Apply Config, then add it back in again.
Can anyone suggest what else I can do to troubleshoot this?
console log is in the browser itself. It’s in the developer tools. If you are using Chrome you can press F12 or right click on the page and select “inspect” from the popup menu. Not sure about other browsers.
Kinda go’s without saying but I assume you’ve got all the modules, including voicemail, up to date?
It looks like UCP is attempting to access the mailbox as anonymous and receiving a 401 Unauthorised response. Not sure what has changed to make this start happening. Can anyone confirm whether it is a bug in the 16.0.61 version of the voicemail module? Although, it is probably UCP rather than voicemail?