V10.4.0+ System Requirements
RAM | 12 GB (Study Server Only) 24GB (Study Server and Dialer) |
Storage | 150GB Hard Drive (software requires 50GB) + 100GB SSD (Dialer) |
CPU | Min. Production System Dual Quad Core 2.5GHZ or Virtualized Equivalent |
Dialer Asterisk Version | Tested Against Asterisk 16.8 Cert 3 |
Operating System | RHEL v8, Oracle Linux v8 |
Additional Software | PHP 8.2 or higher, other dependencies are installed by the installer. |
Virtualization
Survox is currently supported in most virtualization environments. Production systems have been tested in Amazon AWS and minimal tests have been run in Google Cloud and on VMWare ESXI. Other environments that meet the minimum requirements should work but have not been tested.
Hardware
Most commercial server (i.e. Supermicro, HP, Dell, etc.) machines on the market should be more than sufficient to run and host the full Survox software suite.
PHP 8.2 Upgrade/Install Help
In order to help you get php 8.2 installed on Oracle 8 we are providing the following instructions as a reference.
Install php:
yum install php php-mysql php-curl php-cli
Turn on Remi repo:
dnf install https://rpms.remirepo.net/enterprise/remi-release-8.rpm
Install yum-utils packages:
dnf install yum-utils
Reset dnf:
dnf -y module reset php dnf -y module enable php:remi-8.2
Run dnf upgrade if you already installed a php version older than 8.2:
dnf upgrade
Run dnf install if you have not installed php:
dnf install php php-cli
Once complete you can check the php version with:
php --version