config.sh 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. # FusionPBX Settings
  2. domain_name=ip_address # hostname, ip_address or a custom value
  3. system_username=admin # default username admin
  4. system_password=random # random or a custom value
  5. system_branch=5.4 # master, 5.4
  6. # FreeSWITCH Settings
  7. switch_branch=stable # master, stable
  8. switch_source=true # true (source compile) or false (binary package)
  9. switch_package=false # true (binary package) or false (source compile)
  10. switch_version=1.10.12 # which source code to download, only for source
  11. switch_tls=true # true or false
  12. switch_token= # Get the auth token from https://signalwire.com
  13. # Signup or Login -> Profile -> Personal Auth Token
  14. # Sofia-Sip Settings
  15. sofia_version=1.13.17 # release version for sofia-sip to use
  16. # Database Settings
  17. database_name=fusionpbx # Database name (safe characters A-Z, a-z, 0-9)
  18. database_username=fusionpbx # Database username (safe characters A-Z, a-z, 0-9)
  19. database_password=random # random or a custom value (safe characters A-Z, a-z, 0-9)
  20. database_repo=official # PostgreSQL official, system
  21. database_version=16 # requires repo official
  22. database_host=127.0.0.1 # hostname or IP address
  23. database_port=5432 # port number
  24. database_backup=false # true or false
  25. # General Settings
  26. php_version=8.1 # PHP version 5.6 or 7.0, 7.1, 7.2
  27. letsencrypt_folder=true # true or false
  28. # Optional Applications
  29. application_transcribe=true # Speech to Text
  30. application_speech=true # Text to Speech
  31. application_device_logs=true # Log device provision requests
  32. application_dialplan_tools=false # Add additional dialplan applications
  33. application_edit=false # Editor for XML, Provision, Scripts, and PHP
  34. application_sip_trunks=false # Registration-based SIP trunks