Configure DAHDI for FreePBX on Appliance with FXO/FXS ports
After you have downloaded and installed FreePBX ISO or another FreePBX based system from https://www.freepbx.org/downloads/ you will need to download and install our patched version of DAHDI for the 716, 716 or 745 Appliances.
715, 716 and 745
Log into your PBX with SSH
We need to make sure we have the kernel-headers and kernel-devel packages installed
tar zxvf dahdi-linux-complete-2-11-1-2-11-1-SGM-20191120-tar.gz -C /usr/src/
Change to the directory we just extracted the file to
cd /usr/src/dahdi-linux-complete-2.11.1+2.11.1/
Build and Make DAHDi
make
Note: If after running the make command, you get an error message like: "You do not appear to have the sources for the 3.10.0-xxx.xx.x.el7.x86_64 kernel installed."
Then you may be missing a symlink to the sources location. The command below should resolve that. Rerun the commands above once the symlink is fixed.