From ddfe9ccf782e3d0d2396c18db2eb9a986efd1193 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 15 Jul 2025 02:00:05 -0600 Subject: [PATCH] Update config.sh --- debian/resources/config.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/resources/config.sh b/debian/resources/config.sh index 77a39ba..f2e951f 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.3 # master, 5.3 +system_branch=5.4 # master, 5.4 # FreeSWITCH Settings switch_branch=stable # master, stable @@ -36,4 +36,4 @@ application_speech=true # Text to Speech application_device_logs=true # Log device provision requests application_dialplan_tools=false # Add additional dialplan applications application_edit=false # Editor for XML, Provision, Scripts, and PHP -application_sip_trunks=false # Registration based SIP trunks +application_sip_trunks=false # Registration-based SIP trunks