Question about Endpoint Manager, UCP and restapps

I have an interesting situation,

I would like to disable endpoint manager but doing so requires me to disable restapps as well which means I cannot use the UCP because it can’t seem to run without restapps enabled. I get this error

There was an error trying to load UCP:
Unable to locate the FreePBX BMO Class 'Restapps'A required module might be disabled or uninstalled. Recommended steps (run from the CLI): 1) fwconsole ma install restapps 2) fwconsole ma enable restapps

The reason I want to disable EPM is because by default it continues to overwrite my aastra.cfg and I have no intention to purchase the commercial version to unlock the use of my aastra phones. I can’t seem to find a way to remove EPM while keeping UCP functionality because the UCP depends on restapps which depends on EPM (You can see my frustration here).

Is there anything I can do?

That is a bug, report at https://issues.freepbx.org

note: I don’t actually see in the code it calling Restapps for anything. You may want to do fwconsole reload in case it is trying to call a registered hook.

Reported here already:
https://issues.freepbx.org/browse/FREEPBX-22498

The issue is with property management, if you disable that then you can disable restapps without affecting UCP:

fwconsole ma disable pms
2 Likes

That was it, thank you!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.