I installed FreeSwitch 1.6.20 and trying to use mod_python module as described on the FreeSwitch Documentation. During this, I did not find the modules.conf file. So mod_python is not installing. I am using CentOS 7.
Any help will be appreciated. Thank you.
In short: "There is no
modules.conffile in FreeSWITCH."As described in https://freeswitch.org/confluence/display/FREESWITCH/Configuring+FreeSWITCH
where
modules.confis one of the configurations (see name):as well as
python.confis another configuration in FreeSWITCH:But these are just xmls sitting in their files:
Note
.xmlat the end of filename.So the answer is:
You need to look at
/etc/freeswitch/autoload_configs/modules.conf.xmlfile to findmodules.confconfiguration.Or
/usr/local/freeswitch/conf/if compiled manually and not installed from packages.