From 9120ade29b9d82c5db6a09944ee92b56d3536200 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Tue, 15 Jul 2025 02:00:45 -0600 Subject: [PATCH] Update config.sh --- ubuntu/resources/config.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ubuntu/resources/config.sh b/ubuntu/resources/config.sh index ed894a0..bd826df 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.3 # master, 5.3 +system_branch=5.4 # master, 5.3 # FreeSWITCH Settings switch_branch=stable # master, stable @@ -14,7 +14,7 @@ switch_tls=true # true or false switch_token= # Get the auth token from https://signalwire.com # Signup or Login -> Profile -> Personal Auth Token # Sofia-Sip Settings -sofia_version=1.13.17 # release-version for sofia-sip to use +sofia_version=1.13.17 # release version for sofia-sip to use # Database Settings database_name=fusionpbx # Database name (safe characters A-Z, a-z, 0-9) @@ -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