FreePBX Complains “module version xx.xx.xx or higher is required, you have xx.xx.xx”

February 27, 2021 0 By Edrick Smith

So as much as I “love” FreePBX and constantly having to troubleshoot it I came across this issue today where Module Admin, kept complaining I needed to have a newer version of a module installed. However according to Module Admin I was already running the latest version of that module.

The solution it seems was to SSH into the box and issue the command

fwconsole ma downloadinstall "MODULE" --tag "VERSION" 

You would enter the name of the module followed by the version without the ” Quotation Marks “. So in my case the module I had issues with was endpoint manager and I needed to upgrade to 15.0.25

So my command I needed to run was;

fwconsole ma downloadinstall endpoint --tag "15.0.25