2021-08-13 18:53:18 +08:00
|
|
|
mkdir freeswitch
|
|
|
|
cd freeswitch
|
|
|
|
git init
|
|
|
|
git remote add origin https://github.com/signalwire/freeswitch.git
|
2021-10-26 07:42:12 +08:00
|
|
|
git fetch --depth 1 origin v1.10.7
|
2021-08-13 18:53:18 +08:00
|
|
|
git checkout FETCH_HEAD
|
2021-10-18 08:24:54 +08:00
|
|
|
cp -r ../bbb-voice-conference/config .
|