Use release for sofia-sip.

This commit is contained in:
Andy Binder 2021-11-18 11:17:02 +01:00
parent 4358b9c80d
commit 7934128f73
1 changed files with 5 additions and 1 deletions

View File

@ -41,7 +41,11 @@ then
# sofia-sip
cd /usr/src
git clone https://github.com/freeswitch/sofia-sip.git sofia-sip
#git clone https://github.com/freeswitch/sofia-sip.git sofia-sip
wget https://github.com/freeswitch/sofia-sip/archive/refs/tags/v1.13.6.zip
unzip v1.13.6.zip
rm -R sofia-sip
mv sofia-sip-1.13.6 sofia-sip
cd sofia-sip
sh autogen.sh
./configure