From 3d76c51d3f0490cf23fbe7d2f38f9f9ec6db5e54 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 3 Aug 2021 11:40:18 -0400 Subject: [PATCH] pbx/README.rst: Warn implementers about FreePBX 15 -> 16 & the need to move from PHP 7.3 to 7.4 --- roles/pbx/README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/pbx/README.rst b/roles/pbx/README.rst index 0b8124a5e..e2e40164c 100644 --- a/roles/pbx/README.rst +++ b/roles/pbx/README.rst @@ -10,6 +10,8 @@ The initial release (for IIAB 6.7 in February 2019) supported Ubuntu 18.04, Debi *2021-08-02 WORK IN PROGRESS: The latest versions of Ubuntu (20.04, 20.10, 21.04), Debian 11 "Bullseye" and the imminent Raspberry Pi OS 11 "Bullseye" all include PHP 7.4 — which does not work with FreePBX 15 — so we're now making the transition to FreePBX 16 whose Beta emerged on 2021-06-21:* `#2897 `_, `PR #2899 `_ +*PLEASE UNDERSTAND THIS MEANS THAT: IIAB no longer supports FreePBX 15 (i.e. Linux distros with PHP <= 7.3, e.g. on Raspberry Pi OS 10 "Buster"). Thank you for your understanding, as we look to the future together!* + What Asterisk & FreePBX Do --------------------------