Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Voicemail module not loaded #178

Open
leorg99 opened this issue May 24, 2021 · 1 comment
Open

Voicemail module not loaded #178

leorg99 opened this issue May 24, 2021 · 1 comment

Comments

@leorg99
Copy link

leorg99 commented May 24, 2021

When trying to send callers to voicemail, the following error appeared:

pbx.c: No application 'VoiceMail' for extension (macro-vm, s-CHANUNAVAIL, 2)

I found the issue is caused by these modules being loaded:

res_mwi_external.so
res_mwi_external_ami.so

instead of:

app_voicemail.so

In FreePBX -> Admin -> Asterisk Modules, I added the two modules I listed above to the excluded list and app_voicemail.so to the preloaded list. I restarted freepbx (fwconsole restart) and voicemail is now working.

I've started using this image around December 2020, but only now enabled voicemail, so I don't know if this issue is present on a clean install or something I broke.

@agent-squirrel
Copy link

This is present on a clean install and had to find this out the hard way. In addition the UI wouldn't let me add or blacklist any modules, it looked as though it was working but then does nothing. Manually modifying the files in ./data works though.

I will likely fork this repo as development seems dead, I will get all this fixed and submit a pull in the coming months.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants