I can't find mod_xml_rpc I don't see it in Advanced -> Modules
M MrGlasspoole Member Nov 11, 2017 31 0 6 47 Nov 16, 2017 #1 I can't find mod_xml_rpc I don't see it in Advanced -> Modules
Adrian Fretwell Well-Known Member Aug 13, 2017 1,497 413 83 Nov 16, 2017 #2 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$
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,059 576 113 Nov 16, 2017 #3 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.
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,497 413 83 Nov 16, 2017 #4 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>
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>
DigitalDaz Administrator Staff member Sep 29, 2016 3,059 576 113 Nov 16, 2017 #5 @Adrian Fretwell Code: apt-get install freeswitch-mod-xml-rpc
M MrGlasspoole Member Nov 11, 2017 31 0 6 47 Nov 16, 2017 #6 Ok thanks. I had to install it via apt. I did wonder i can't find it. Because here it sounds like it should be there but is just disabled: http://fusionpbx-docs.readthedocs.io/en/latest/getting_started/security.html#xml-rpc Also i did not know that i just can install in Fusion like in a normal FreeSwitch < scared i break things
Ok thanks. I had to install it via apt. I did wonder i can't find it. Because here it sounds like it should be there but is just disabled: http://fusionpbx-docs.readthedocs.io/en/latest/getting_started/security.html#xml-rpc Also i did not know that i just can install in Fusion like in a normal FreeSwitch < scared i break things