...
Make sure that the [deb cdrom: ...] is commentd commented out in the source.list file in /etc/apt directory.
...
Go into super user mode to get rid of permission issues.
Code Block |
---|
#su |
For the latest version of debain Debian such as Book worm we need to follow the following steps as well.
Before we install the freeswitch 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.
...
Now add all these dependencies. Some of these dependencies may not be available in the future or some the latest version would versions will be available. Please exclude it from the command and add the latest one.
...
Code Block |
---|
./bootstrap.sh ./configure make install |
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.
...
Restart the Freeswitch and configure it.
In case of any problem a , complete documentation can be found here for the installation of freeswitch.
...