DPMA won't recognize license, module won't load

Just upgraded my FreePBX to the latest distro version FreePBX 10.13.66-10 asterisk version 13.

having a bunch of issues but primarily the DPMA won’t work anymore. It’s installed, the modules are where they should be but it won’t seem to load proper or recognize the license. In the FreePBX gui it just says:

A valid license for res_digium_phones.so was not found.
Obtain/register a license.

If I go into the Digium Addons module the license is is installed.

i’ve even tried to do it manually through the CLI but when I get to the part where I load the module it won’t let it happen.

[root@pbx ~]# asterisk -rx "module load res_digium_phone.so"
Unable to load module res_digium_phone.so
Command ‘module load res_digium_phone.so’ failed.

module reload returns similar errors. what am I missing?

the module is installed in /usr/lib64/asterisk/modules/

Ok, so apparently DPMA isn’t compatible with Asterisk 13. switched asterisk version back to 11 and reloaded the old module and all is well…

1 Like