2019-06-03 14:48:27 +02:00
|
|
|
|
|
|
|
|
# FusionPBX Settings
|
2024-08-31 02:06:50 +02:00
|
|
|
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
|
2019-06-03 14:48:27 +02:00
|
|
|
|
|
|
|
|
# FreeSWITCH Settings
|
2024-08-31 02:06:50 +02:00
|
|
|
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_token= # Get the auth token from https://signalwire.com
|
|
|
|
|
# Signup or Login -> Profile -> Personal Auth Token
|
2022-01-10 23:52:25 +01:00
|
|
|
# Sofia-Sip Settings
|
2024-08-31 02:06:50 +02:00
|
|
|
sofia_version=1.13.17 # release-version for sofia-sip to use
|
2022-01-10 23:52:25 +01:00
|
|
|
|
2019-06-03 14:48:27 +02:00
|
|
|
# Database Settings
|
2024-08-31 02:06:50 +02:00
|
|
|
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
|
2019-06-03 14:48:27 +02:00
|
|
|
|
|
|
|
|
# General Settings
|
2024-08-31 02:06:50 +02:00
|
|
|
php_version=8.1 # 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
|
|
|
|
|
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
|