You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When trying to send callers to voicemail, the following error appeared:
I found the issue is caused by these modules being loaded:
instead of:
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.
The text was updated successfully, but these errors were encountered: