Changes

Jump to navigation Jump to search
1 byte added ,  14:26, 10 June 2021
no edit summary
sudo ln -s /usr/local/freeswitch/bin/freeswitch /usr/bin/
sudo ln -s /usr/local/freeswitch/bin/fs_cli /usr/bin
 
==== Configure FreeSWITCH ====
Once you've compiled and installed Freeswitch, you will need to activate mod_siren and mod_xml_curl in /usr/local/freeswitch/conf/autoload_configs/modules.conf.xml, since it's disabled by default on a fresh install.
 
uncomment the lines...
 
<load module="mod_xml_curl"/>
and
 
<load module="mod_siren"/>
sudo systemctl enable freeswitch.service
==== Configure FreeSWITCH ====
Once you've compiled and installed Freeswitch, you will need to activate mod_siren and mod_xml_curl in /usr/local/freeswitch/conf/autoload_configs/modules.conf.xml, since it's disabled by default on a fresh install.
 
uncomment the lines...
 
<load module="mod_xml_curl"/>
and
 
<load module="mod_siren"/>
== Configure Opensimulator ==

Navigation menu