-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Description
Describe the bug
I did a clean install of fusionpbx via the quick install script , the build happened on a virtual machine with ubuntu 22.04 LTS.
Everything seems to work except that when I run the reloadxml command I get the following error:
freeswitch@freeswitch> reload mod_xml
+OK Reloading XML
-ERR unloading module [No such module!]
-ERR loading module [module load file routine returned an error]
2025-07-18 13:19:10.129735 88.43% [CRIT] switch_loadable_module.c:1754 Error Loading module /usr/lib/freeswitch/mod/mod_xml.so
/usr/lib/freeswitch/mod/mod_xml.so: cannot open shared object file: No such file or directory
I did a search on the VM to see if the module was referenced somewhere but it does not show up referenced in any modules.conf.xml .
Is this error critical or can I overlook it ?
To Reproduce
install fusionpbx and freeswitch via fusionpbx quick install script
Expected behavior
I expect that if the module is needed it will be compiled from source otherwise the referencing will be removed if it is no longer used
Package version or git hash
- Fusionpbx vers. 5.4.4
- Freeswitch vers. 1.10.12
Trace logs
freeswitch@freeswitch> reload mod_xml
+OK Reloading XML
-ERR unloading module [No such module!]
-ERR loading module [module load file routine returned an error]
2025-07-18 13:19:10.129735 88.43% [CRIT] switch_loadable_module.c:1754 Error Loading module /usr/lib/freeswitch/mod/mod_xml.so
/usr/lib/freeswitch/mod/mod_xml.so: cannot open shared object file: No such file or directory
Thanks