Changes

Jump to navigation Jump to search
505 bytes added ,  06:50, 10 June 2021
no edit summary
make install
</syntaxhighlight>
 
=== [https://github.com/freeswitch/sofia-sip sofia-sip] ===
make
make install
</syntaxhighlight>
 
=== [https://github.com/signalwire/signalwire-c.git Signalwire] ===
<syntaxhighlight lang="Bash" line>
git clone https://github.com/signalwire/signalwire-c.git
cd signalwire-c
cmake .
make
sudo make install
</syntaxhighlight>
 
=== Free Switch ===
First download, extract and enter the folder.
<syntaxhighlight lang="Bash" line>
sudo wget https://files.freeswitch.org/freeswitch-releases/freeswitch-1.10.6.-release.zip
unzip freeswitch-1.10.6.-release.zip
cd freeswitch-1.10.6.-release
</syntaxhighlight>

Navigation menu