Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Install Debian 12.x ISO.

    1. ISO Download link amd64-netinst.iso.

    2. Follow step by step guide Step By Step Debian 12 Installation to install the Debian ISO.

  2. PBXact 17 Install -

    1. ssh to the Debian 12 system as 'root' user and run the following commands

      Code Block
      cd /tmp
      wget https://github.com/FreePBX/sng_freepbx_debian_install/raw/master/sng_freepbx_debian_install.sh  -O /tmp/sng_freepbx_debian_install.sh
      bash /tmp/sng_freepbx_debian_install.sh  
    2. If you are installing PBXact 17 on our appliance and currently using any hardware card or plan to use the hardware cards in the future then please run the script with the “ --dahdi” option,

      Code Block
      cd /tmp
      wget https://github.com/FreePBX/sng_freepbx_debian_install/raw/master/sng_freepbx_debian_install.sh  -O /tmp/sng_freepbx_debian_install.sh
      bash /tmp/sng_freepbx_debian_install.sh  --dahdi
  3. Activate your PBXact 17 deployment.

    1. Refer to How to Move a PBX Deployment to a New PBX

  4. Restore your configuration.

    1. Restore module steps wiki Backup and Restore Version 15+


PBXact 17 should be up and running with your configuration.

PBXact 17 on Sangoma’s appliances

We have tested all our appliances with Debian 12.5 ISO

...