Pre Conditions:
Before installing FreeSWITCH you must run Run these commands.
Code Block |
---|
#sudo apt update #sudo apt install -y gnupg2 wget lsb-release [Optional] #sudo apt upgrade |
...
For the latest version of Debian such as Book worm we need to follow the following steps as well.
Before we install the freeswitch recorder, we need to clone the Sofia-sip and SpandDSP in /usr/src directory. In case git is not installed please install the git by running the 'apt install git' command.
...
Go to the signal wire website and login and then make a token for the installation of freeswitch.. If you already have a token please proceed.
Now, run the following commands one by one to add Freeswitch repositories to your apt directory
...
After these commands run the update command and the install command to install Freeswitch.
Code Block |
---|
#sudo apt update #apt-get install -y freeswitch-meta-all |
...
In case of any problem, complete documentation can be found here for the installation of FreeSWITCH.