Search results

  1. M

    Cannot dial out or connect

    Initial error message psql: error: connection to server at "127.0.0.1", port 5432 failed: Connection refused Is the server running on that host and accepting TCP/IP connections? Then I switch to su and did a: systemctl stop postgresql Followed by a: systemctl start postgresql Then...
  2. M

    Cannot dial out or connect

    Are there any other steps I could try? Would a restore work? Thanks
  3. M

    Cannot dial out or connect

    Further update: I stopped then started the service: root@FusionPBX:~# systemctl stop postgresql root@FusionPBX:~# systemctl start postgresql root@FusionPBX:~# systemctl status postgresql ● postgresql.service - PostgreSQL RDBMS Loaded: loaded (/lib/systemd/system/postgresql.service...
  4. M

    Cannot dial out or connect

    Update: I was reading through some of the forum posts and I did a "netstat -nal". Don't know if that helps. netstat -nal Active Internet connections (servers and established) Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 0.0.0.0:80...
  5. M

    Cannot dial out or connect

    Hello postgresql seems to be started. pbx2@FusionPBX:~$ systemctl status postgresql ● postgresql.service - PostgreSQL RDBMS Loaded: loaded (/lib/systemd/system/postgresql.service; enabled; vendor preset: enabled) Active: active (exited) since Fri 2022-08-05 09:48:31 EDT; 3h 42min ago...
  6. M

    Cannot dial out or connect

    Hello Everything was working fine 4 days ago and now I can't connect via the GUI nor can I dial out. I've reset the VM instance but I get this error message when trying to login via the GUI. I can SSH into the device. I'm running FusionPBX on a Proxmox VM server. error: SQLSTATE[08006] [7]...
  7. M

    Moving Domains

    Hello I have a small system on a stand alone PC. The domain is "current.fusionpbx.com". I created a VM install of "test.fusionpbx.com" and hand programmed into it everything that was in "current.fushionpbx.com". On the "test.fusionpbx.com" VM I want to replace the FQDN with...
  8. M

    SOLVED SIP Phone Registration

    I've solved the issue by rebuilding the FusionPBX server on the virtual machine. Thanks for your reply.
  9. M

    SOLVED SIP Phone Registration

    Hello I have a SIP phone that can register to a stand alone FusionPBX server (192.168.2.25). If I shut that server down and turn on a virtual machine with the exact same ip address (192.168.2.25) as the stand alone, the soft phone will not register? I can ping 192.168.2.25 and I've run a sudo...
  10. M

    error: could not find driver

    Hello I've updated the php modules and can now get back into the admin GUI via a browser. Thank you very much for your help. root@fusionpbx:/home/pbx2# dpkg --get-selections | grep -i php \php install php-common...
  11. M

    error: could not find driver

    Hello It looks like there a bunch of php7.3 deinstalled and not replaced with the equivalent 7.4 version including 7.4 pgsql. I've done a sudo apt -y install php php-common, and still don't see the 7.4 pgsql. Please advise. Here's the php packages I have root@fusionpbx:/home/pbx2# dpkg...
  12. M

    error: could not find driver

    Okay. Thanks for the update. I was trying to get another instance of this server working on another machine - with some good results - but not 100%. I will try your suggestions to see if I can get back into the administrators screen.
  13. M

    Backup and Restore

    Good news I've got the system restored (somewhat). I believe the gateway needs to be reconfigured and the phones aren't registering. The new machine is on a Proxmox Virtual server and I've changed the IP address of the FusionPBX Virtual Server to be the same as the old server: 192.168.2.25. I...
  14. M

    Backup and Restore

    Unfortunately this is what is happening and it stays like this.
  15. M

    Backup and Restore

    Hello I get this error message when I try to run it. Command line is not my specialty. root@FusionPBX:/home/pbx2# ./bin.sh bash: ./bin.sh: /bin/sh^M: bad interpreter: No such file or directory
  16. M

    Backup and Restore

    Thank you for the update. I'll let you know how things worked out.
  17. M

    Backup and Restore

    Thanks So if I've got this correct: 1.) Copy fusionpbx_pgsql_2022-03-16.sql into /var/backup/fusionpbx/postgresql 1B.) Does it matter that the user name I log in with is different to "username=fusionpbx"? 2.) I'm not sure what PGPASSWORD="XXXXXXXXXXXXXXXXXXXXXXXXXXX" is or where I would get...
  18. M

    Backup and Restore

    Thanks for the information. I'm not that sure about step 3. Restore backup to new server. I have these instructions https://docs.fusionpbx.com/en/latest/getting_started/restore.html?highlight=Restore#restore And I have a backup file fusionpbx_pgsql_2022-03-16.sql I'm not sure how I use the...
  19. M

    Backup and Restore

    Hello I have a backup (automatically generated by FusionPBX) from a Debian 10 machine. Can I restore it to a newly minted Debian 11 machine and if so how do I do it? I don't understand the procedures outlined in this document...
  20. M

    error: could not find driver

    This is what I see in the browser