From 5ffcaf4b207937cda1031f7419f554b94883bac6 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 3 Feb 2024 10:15:06 -0700 Subject: [PATCH] Update FreeSWITCH version to 1.10.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 656dd6a..06b23d8 100755 --- a/debian/resources/config.sh +++ b/debian/resources/config.sh @@ -9,7 +9,7 @@ system_branch=5.2 # master, 5.2 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.10 # which source code to download, only for source +switch_version=1.10.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