Hello everyone
I’m having a “play” with my raspberry Pi after leaving it untouched for a couple of years or more.
I’ve since got a number of features working and have got more interest in it again.
As far as I know, there hasn’t been any updates on the Raspberry base software for some time.
I’ve already got a Debian 12 working fine on FreePBX 17 via an old laptop and have IAX, trunks working a treat now.
My initial problem is trying to get it to PHP 7.4. I’m still on PHP 7.0.
The sources list that I had to modify this year is shown below.
#deb Index of /raspbian buster main contrib non-free rpi
deb Index of /raspbian/raspbian buster main contrib non-free
Uncomment line below then ‘apt-get update’ to enable ‘apt-get source’
#deb-src Index of /raspbian buster main contrib non-free rpi
When I follow the PHP installation steps. I can only upgrade as far as 7.3 as the “buster” only released 7.3 as their final one.
Is there a simple way to either change my sources.list file to another repository to allow the PHP to be upgraded OK and also if I can jump greater than 7.4 to do the FreePBX upgrade to version 16 without any installation problems?.
I understand that the asterisk version might need to remain at version 20.
If by chance, a newer build is available, then can a recent backup be used to put back in?. I think that this is possible as I used a backup from my current Raspberry Pi to load in onto the FreePBX 17 on the Debian 12 OK.
Any assistance would be greatly appreciated.