From 5f3a69a5e60e06e4bc389ebe3eedaef47ad3c478 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Fri, 30 Aug 2024 16:59:22 -0600 Subject: [PATCH] Update config.sh --- ubuntu/resources/config.sh | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/ubuntu/resources/config.sh b/ubuntu/resources/config.sh index bece5f2..ff4318b 100755 --- a/ubuntu/resources/config.sh +++ b/ubuntu/resources/config.sh @@ -1,34 +1,34 @@ # FusionPBX Settings -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.2 # master, 5.2 +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.2 # master, 5.2 # FreeSWITCH Settings -switch_branch=stable # master, stable +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.11 # which source code to download, only for source -switch_tls=true # true or false +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) -database_username=fusionpbx # Database username (safe characters A-Z, a-z, 0-9) -database_password=random # random or a custom value (safe characters A-Z, a-z, 0-9) +database_name=fusionpbx # Database name (safe characters A-Z, a-z, 0-9) +database_username=fusionpbx # Database username (safe characters A-Z, a-z, 0-9) +database_password=random # random or a custom value (safe characters A-Z, a-z, 0-9) database_repo=official # PostgreSQL official, system database_version=16 # requires repo official -database_host=127.0.0.1 # hostname or IP address -database_port=5432 # port number -database_backup=false # true or false +database_host=127.0.0.1 # hostname or IP address +database_port=5432 # port number +database_backup=false # true or false # General Settings -php_version=8.3 # PHP version 5.6 or 7.0, 7.1, 7.2 -letsencrypt_folder=true # true or false +php_version=8.3 # PHP version 5.6 or 7.0, 7.1, 7.2 +letsencrypt_folder=true # true or false # Optional Applications application_transcribe=true # Speech to Text