At the page http://www.raspberry-asterisk.org/downloads/ we do not see correct instructions. The first thing a user needs to do is log in, and that information is not given. Next we need to upgrade the system and that information is not given either. A command is given of raspbx-upgrade, but that command does not exist.
The correct information should be:
Username = pi, password = raspberry
Run sudo apt upgrade
Run sudo raspi-config
Configure as needed, including change password, screen resolution (recommend DMT 16) and expand file system.
Run sudo reboot now
Last edit: KitchM 2021-05-07
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
At the page http://www.raspberry-asterisk.org/downloads/ we do not see correct instructions. The first thing a user needs to do is log in, and that information is not given. Next we need to upgrade the system and that information is not given either. A command is given of raspbx-upgrade, but that command does not exist.
The correct information should be:
Username = pi, password = raspberry
Run
sudo apt upgrade
Run
sudo raspi-config
Configure as needed, including change password, screen resolution (recommend DMT 16) and expand file system.
Run
sudo reboot now
Last edit: KitchM 2021-05-07
I also noted that there is no instruction to log into the system with a browser.
/usr/bin/raspbx-upgrade
is a script that runsapt-get update
andapt-get dist-upgrade
Last edit: Alan 2021-05-27
That's why I have decided to write a detailed guide how to set everything up:
https://github.com/MatejKovacic/RasPBX-install