From 904e044320afd0d5bc079221e857aae5a362c685 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Thu, 25 Jan 2024 12:40:16 -0700 Subject: [PATCH] Use the new FusionPBX 5.2 release --- debian/resources/config.sh | 2 +- freebsd/resources/config.sh | 2 +- ubuntu/resources/config.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/resources/config.sh b/debian/resources/config.sh index 094dac6..656dd6a 100755 --- a/debian/resources/config.sh +++ b/debian/resources/config.sh @@ -3,7 +3,7 @@ domain_name=ip_address # hostname, ip_address or a custom value system_username=admin # default username admin system_password=random # random or a custom value -system_branch=5.1 # master, 5.1 +system_branch=5.2 # master, 5.2 # FreeSWITCH Settings switch_branch=stable # master, stable diff --git a/freebsd/resources/config.sh b/freebsd/resources/config.sh index 171f6f0..8919e1b 100755 --- a/freebsd/resources/config.sh +++ b/freebsd/resources/config.sh @@ -3,7 +3,7 @@ domain_name=hostname # hostname, ip_address or a custom value system_username=admin # default username admin system_password=random # random or as a pre-set value -system_branch=master # master, stable +system_branch=5.2 # master, 5.2 # FreeSWITCH Settings switch_enabled=true # true or false diff --git a/ubuntu/resources/config.sh b/ubuntu/resources/config.sh index 2d958d5..89c5a84 100755 --- a/ubuntu/resources/config.sh +++ b/ubuntu/resources/config.sh @@ -3,7 +3,7 @@ domain_name=ip_address # hostname, ip_address or a custom value system_username=admin # default username admin system_password=random # random or a custom value -system_branch=5.1 # master, 5.1 +system_branch=5.2 # master, 5.2 # FreeSWITCH Settings switch_branch=stable # master, stable