Where is mod_xml_rpc?

Status
Not open for further replies.

Adrian Fretwell

Well-Known Member
Aug 13, 2017
1,417
376
83
I don't have mod_xml_rpc in my standard install of FusionPBX but it is in the FreeSWITCH source tree:
develop@a2unix02:/usr/local/src/freeswitch/src/mod/xml_int$
 

DigitalDaz

Administrator
Staff member
Sep 29, 2016
3,045
566
113
I'm pretty sure this should be in a standard install, just try at fs_cli: load mod_xml_rpc

It may not be set to autoload but I think if you add it to modules.conf.xml and restart freeswitch, when you go back into gui, it will detect it.
 

Adrian Fretwell

Well-Known Member
Aug 13, 2017
1,417
376
83
Definitely not in my Fusion install:
Code:
freeswitch@hvox1> load mod_xml_rpc
+OK Reloading XML
-ERR [module load file routine returned an error]

2017-11-16 14:25:54.652447 [CRIT] switch_loadable_module.c:1522 Error Loading module /usr/lib/freeswitch/mod/mod_xml_rpc.so
**/usr/lib/freeswitch/mod/mod_xml_rpc.so: cannot open shared object file: No such file or directory**
2017-11-16 14:25:54.652447 [INFO] mod_enum.c:879 ENUM Reloaded
2017-11-16 14:25:54.672457 [INFO] switch_time.c:1423 Timezone reloaded 530 definitions
freeswitch@hvox1>
 
Status
Not open for further replies.