chore: upgrade FreeSWITCH to 1.10.12 (#21066)

This commit is contained in:
Anton Georgiev 2024-08-30 10:36:00 -04:00 committed by GitHub
parent f189b4d139
commit 664dc2d8f2
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