Is it a timeout, or a 404 - page not found? If your request times out it may just mean your webserver is not started.When I type the Pi IP address into the browser the page was not found. Timed out.
systemctl status nginx
will show you the status of the webserver. It may also be that the php-fpm is not started systemctl status php-fpm
will show you the status of the php-fpm daemon. Could you post both outputs?systemctl start {nginx,php-fpm}
and if that works you can add it into autostart withsystemctl enable nginx
systemctl enable php-fpm
The command is notroot@raspberrypi:~# systemct1 status nginx.service
-bash: systemct1: command not found
root@raspberrypi:~# systemct1 start nginx
-bash: systemct1: command not found
root@raspberrypi:~# systemct1 enable nginx
-bash: systemct1: command not found
systemct1
, it's systemctl
- you can just copy & paste it to avoid typos. But anyway - a non started webserver seems not to be your issues. Can you check the content of /var/log/freeswitch/freeswitch.log
to see if you have any errors that occur while registering the phones?you can useHow do I view the file?
cat
or less
for example. You can also use tail -f
which will live follow the output and makes debugging easier when you run the registration on one of the phones. The important file is freeswitch.log
since this is the file that is currently written into. freeswitch.log.1
is from 3rd of September and just the rotated version.tail -f freeswitch.log
from within the /var/log/freeswitch
directory, or tail -f /var/log/freeswitch/freeswitch.log
when you are not in that directory anymore and restart the registration on one of the phones.Has this IP changed since the initial installation? If so, might you phones try to register against the wrong IP address?2020-09-11 06:28:16.939915 [WARNING] switch_core.c:1627 Cannot locate domain 192.168.4.49 ; This is the IP of the Pi & login for FusionPBX