I’m seeing these errors in my logs:
[2024-06-17 16:32:24] ERROR[10204]: pbx.c:7350 ast_add_extension2_lockopt: You have to be kidding-- add exten ‘’ to context housekeeping-service? Figure out a name and call me back. Action ignored.
[2024-06-17 16:32:24] WARNING[10204]: pbx_config.c:1891 pbx_load_config: Unable to register extension at line 7415 of /etc/asterisk/extensions_additional.conf
[2024-06-17 16:32:24] ERROR[10204]: pbx.c:7350 ast_add_extension2_lockopt: You have to be kidding-- add exten ‘’ to context housekeeping-service? Figure out a name and call me back. Action ignored.
[2024-06-17 16:32:24] WARNING[10204]: pbx_config.c:1891 pbx_load_config: Unable to register extension at line 7416 of /etc/asterisk/extensions_additional.conf
From what I have gathered in other searches is that they are the result of the PMS package – which I do not need.
I found instructions that said to run these commands…
fwconsole ma uninstall pms
fwconsole ma delete pms
fwconsole r
…but I can’t get past the first one. It fails with the error:
The following error(s) occured:
- Cannot disable: The following modules depend on this one: oracle_connector
But I don’t see that connector module listed anywhere. I get basically the same error if I try to uninstall/disable PMS from within the GUI as well.
The artical I found that led me to those commands was a few years old. Is there an updated way to disable PMS?
Thank you