Hi,
problem after upgrading to FS 1.10. Alredy solved in this thread, which is closed:
https://www.pbxforums.com/threads/cant-connect-to-db.3434/
I will just leave here instructions for CentOS 7 + FS from Okay repo:
problem after upgrading to FS 1.10. Alredy solved in this thread, which is closed:
https://www.pbxforums.com/threads/cant-connect-to-db.3434/
I will just leave here instructions for CentOS 7 + FS from Okay repo:
Code:
cat << 'EOF' > /etc/freeswitch/autoload_configs/pre_load_modules.conf.xml
<configuration name="pre_load_modules.conf" description="Modules">
<modules>
<!-- Databases -->
<!-- <load module="mod_mariadb"/> -->
<load module="mod_pgsql"/>
</modules>
</configuration>
EOF
yum install freeswitch freeswitch-database-pgsql
systemctl restart freeswitch.service