From 7934128f73f6c0eb168e4ea26ddacc15bcaaeb0c Mon Sep 17 00:00:00 2001 From: Andy Binder Date: Thu, 18 Nov 2021 11:17:02 +0100 Subject: [PATCH] Use release for sofia-sip. --- ubuntu/resources/switch/source-release.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ubuntu/resources/switch/source-release.sh b/ubuntu/resources/switch/source-release.sh index 761df54..3ca3a5d 100755 --- a/ubuntu/resources/switch/source-release.sh +++ b/ubuntu/resources/switch/source-release.sh @@ -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