From b72e415c777b13c23ba901883e701de7620ce0a4 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Mon, 18 May 2026 19:14:34 +0000 Subject: [PATCH] Update FreeSWITCH version to 1.11 --- debian/resources/config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/resources/config.sh b/debian/resources/config.sh index e54c675..f552b10 100755 --- a/debian/resources/config.sh +++ b/debian/resources/config.sh @@ -9,7 +9,7 @@ system_branch=5.5 # master, 5.5 switch_branch=stable # master, stable switch_source=true # true (source compile) or false (binary package) switch_package=false # true (binary package) or false (source compile) -switch_version=1.10.12 # which source code to download, only for source +switch_version=1.11 # which source code to download, only for source switch_tls=true # true or false switch_token= # Get the auth token from https://signalwire.com # Signup or Login -> Profile -> Personal Auth Token