We are pretty close now to releasing an early beta of the FreePBX 16 ISO. Two of the primary goals of this release have been to get to a supported version of PHP and and OS refresh, this is the housekeeping part of the release. The FreePBX Distro has always been derived from CentOS, and we had been working toward a Centos 8 Distro OS when CentOS abruptly changed course for version 8. Luckily several projects appear to be working toward filling the void vacated by CentOS 8, but while we wait for that to happen, we are proceeding with a FreePBX 16 ISO based on SNG7 (CentOS 7). CentOS 7 still has several years of full support.
Here are the housekeeping highlights of whatâs to come for the FreePBX 16 Distro ISO
PHP 7.4
Based on SNG7 (Centos 7.8) with SNG8 OS to come later
Obfuscation engine for commercial modules changes form Zend to ionCube
chan_sip disabled by default (enabled in advanced settings)
Another primary goal was an emphasis on security improvements. Some of the security features planned for 16 are already done and have been backported to FreePBX 14/15, others are still in progress. Some of which are:
Major overhaul to the Firewall module and Intrusion detection (backported)
Allow admin to enable/disable insecure SSLprotocols in System Admin https config (backported)
user password complexity validation for userman (in progress)
improvements to UCP login page (backported)
AMI default bind settings (in progress)
Another goal of FreePBX 16 is more integration flexibility, evidence of which have been revealed in recent forum and blog posts. The engineering team has been busily adding GraphQL API methods and documenting them on the API wiki page. We have also recently announced a beta integration with Zapier and have a few other integration projects in the pipeline but not ready to announce yet.
There are things I am undoubtedly forgetting, but all will be revealed in the formal announcements and blogs that will follow the 16 beta release.
I think the major benefit of having chan_sip disabled by default isnât about retiring the deprecated chan_sip, itâs about not having two SIP drivers (and thus, two SIP listening ports) active at once, which seemed to be a trap for a number of admins.
Standardizing on a single driver (and thus single port) will reduce some confusion. But for every newb who breezes thru their first device registration, I fear there will be another user following a dated internet tutorial which describes how to set up a chan_sip trunk/ext. Iâm confident the correct decision has been made here, but it will probably be a while before the chan_sip confusion is entirely behind us.
And thus presumably any restriction to SNGX.Y, (for me a good thing, as that surely will make your tent bigger and you would no longer need to build and maintain your own OS which must have been a resource hog )
I forgot to include a note about the recent API work already done and underway, and have updated post #1
Another goal of FreePBX 16 is more integration flexibility, evidence of which have been revealed in recent forum and blog posts. The engineering team has been busily adding GraphQL API methods and documenting them on the API wiki page. We have also recently announced a beta integration with Zapier and have a few other integration projects in the pipeline but not ready to announce yet.
Youâre still staying with CentOS? I had hoped the recent chaos with RHEL/CentOS would be the final nail in the coffin and the (overdue) switch to something predictable and reliable like Ubuntu LTS would finally be announced
CentOS with its aging PHP components and constantly shifting release timeframes has been troublesome for the FreePBX distro multiple times if I recall correctlyâŚ
For now, Weâre still sticking with CentOS 7.x as the release base for FreePBX. It was not without much thought and concern that that decision was made.
We originally wanted to target CentOS 8.x but the whole Streams thing messed around with that goal and so until one of the CentOS 8.x based forks gets a little more stable weâre going to stick with CentOS 7.x but add updated versions of PHP and other necessary packages for the PHP 7.x upgrade.
How about some actual QA? I know there is supposed to be QA but too many simple things are being either ignored or not checked. From Advanced Recovery and the Warm Spare a few months back to now.
The Chan_SIP to Chan_PJSIP mass convertor has a pretty big bug. It is generating the outbound_proxy setting wrong. Per the Asterisk WIKI and the PJSIP configuration the outbound proxy should be a FULL SIP URI with the ;lr tag at the end (\ is needed to escape ; ) instead it is just the IP:port.
Things like this should not be something QA is missing, at all. It seems to happen way too much.