Changes

Jump to navigation Jump to search
465 bytes added ,  14:31, 10 June 2021
make
sudo make install
</syntaxhighlight>
Compile the sounds
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. This bit needs doing as root
su root nano /usr/local/freeswitch/conf/autoload_configs/modules.conf.xml uncomment the lines...  <load module="mod_xml_curl"/>and  <load module="mod_siren"/> save and exit then su back to your normal user ====Create a user with limited rights to run freeswitch====
cd /usr/local
==== Create a systemd service file to start automatically==== sudo nano /etc/systemd/system/freeswitch.service added the following contents and save
[Unit]
WantedBy=multi-user.target
== Configure FreeSWITCH ==start the serviceOnce you've compiled and installed Freeswitch, you will need to activate mod_siren and mod_xml_curl in /usr/local/ sudo systemctl start freeswitch/conf/autoload_configs/modules.conf.xml, since it's disabled by default on a fresh install. uncomment the lines...service
check its working with <load module="mod_xml_curl"/>andsudo systemctl status freeswitch.service
enable the service so it starts each time at boot <load module="mod_siren"/>sudo systemctl enable freeswitch.service
== Configure Opensimulator ==

Navigation menu