FreeSWITCH 1.11.3

markjcrane

Well-Known Member
Staff member
Jul 22, 2018
794
320
63
51
Description

This new 1.11.3 release includes more critical security fixes and stability improvements. Debian 11 Bullseye support has been dropped. It is strongly encouraged all users upgrade to version 1.11.3 as soon as possible.

Release Date
28 August 2026

Release Tag
https://github.com/signalwire/freeswitch/releases/tag/v1.11.3

Gratitude
This batch of releases shows the community that the FreeSWITCH team is committed to maintaining it and improving it. Thanks and gratitude to those who continue to help improve it and for this additional 1.11.3 release.

New FusionPBX install
The FusionPBX install has been updated to use the new FreeSWITCH 1.11 release. This means you can install the version that includes this security fix mentioned in the release tag details.

Upgrade FreeSWITCH
You can also use the install script to update your version on your server to use the new FreeSWITCH 1.11.3 release.

cd /usr/src/fusionpbx-install.sh/debian/resources/switch
git stash
git pull
./source-release.sh
./source-permissions.sh
 
  • Like
Reactions: gflow
Description

This new 1.11.3 release includes more critical security fixes and stability improvements. Debian 11 Bullseye support has been dropped. It is strongly encouraged all users upgrade to version 1.11.3 as soon as possible.

Release Date
28 August 2026

Release Tag
https://github.com/signalwire/freeswitch/releases/tag/v1.11.3

Gratitude
This batch of releases shows the community that the FreeSWITCH team is committed to maintaining it and improving it. Thanks and gratitude to those who continue to help improve it and for this additional 1.11.3 release.

New FusionPBX install
The FusionPBX install has been updated to use the new FreeSWITCH 1.11 release. This means you can install the version that includes this security fix mentioned in the release tag details.

Upgrade FreeSWITCH
You can also use the install script to update your version on your server to use the new FreeSWITCH 1.11.3 release.
The git pull doesn't seem to be getting it.
Code:
git stash
git pull
No local changes to save
Already up to date.

Code:
> version
FreeSWITCH Version 1.11.1-release+git~20260526T204126Z~c2c59645f6~64bit (git c2c5964 2026-05-26 20:41:26Z 64bit)
 
If you ran this command. Then you are in the install script directory.
cd /usr/src/fusionpbx-install.sh/debian/resources/switch
I had added a remove command to remove the directory. On some people's server you would also need to force it with a parameter. I just added that.
rm -rf /usr/src/freeswitch-$switch_version
This is done before a new git clone