chore: upgrade FreeSWITCH to 1.10.12 (port) (#21181)

This commit is contained in:
Anton Georgiev 2024-09-13 16:01:46 -04:00 committed by GitHub
parent 31db505017
commit ca337736c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,5 +2,5 @@ mkdir freeswitch
cd freeswitch
git init
git remote add origin https://github.com/signalwire/freeswitch.git
git fetch --depth 1 origin v1.10.11
git fetch --depth 1 origin v1.10.12
git checkout FETCH_HEAD