forked from norman/fusionpbx-install.sh-github-mirror
- Added optional applications.sh scripts. - Added call_recordings.php script for wav - mp3 conversion. - Updated ubuntu\resources\fusionpbx\config.conf to add entry for setting the event socket password and a comment at the top to direct admins to where they can find more configuration options for this file. - Updated config.sh to add switch_token entry and some version changes to make the installer Ubuntu 24.04 compatible. - Added on the Optional applications. - Updated environment.sh to include setting the PATH just in case. - Updated finish.sh to include output of database username and password to save a few steps when setting up. - Added freeswitch-acl.conf from the Debian side as more security is important. - Updated jail.local to include freeswitch-acl as well as turning several items on by default (security should always be the default). - Updated install.sh to include some missing dependencies (nginx and build-essential) - Updated php.sh, and nginx.sh to include 8.1, 8.2 and 8.3 - Swapped plocate for mlocate in dependency install in ubuntu\resources\switch\source-release.sh - uncommented ./bootstrap.sh -j line for git compatibility - removed duplicate $switch_version from sed commands, added sed command to disable mod_av. - Added environment.sh include to switch.sh - Added monit files for freeswitch perms etc.
40 lines
2.2 KiB
Bash
Executable File
40 lines
2.2 KiB
Bash
Executable File
|
|
# 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
|
|
|
|
# FreeSWITCH Settings
|
|
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
|
|
# Sofia-Sip Settings
|
|
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_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
|
|
|
|
# General Settings
|
|
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
|