Recent content by graycom

  1. G

    Active Calls Page Empty

    this fix has now been committed to master
  2. G

    Active Calls Page Empty

    I've posted fix in github, hopefully it gets commited
  3. G

    Active Calls Page Empty

    Edit /etc/systemd/system/websockets.service and add PermissionsStartOnly=true so it looks like below and either reboot or systemctl daemon-reload <enter> systemctl start websockets.service <enter> # # Install with: # # cp debian-websockets.service /etc/systemd/system/websockets.service #...
  4. G

    Active Calls Page Empty

    I havent reported anything as i wasnt sure if I had caused the permissions change on the folder due to me using a paid for SSL (i havent done an upgrade in a few years) and the method i used to get it installed. Also Ive checked the /etc/systemd/system/websockets.service script and its...
  5. G

    Active Calls Page Empty

    My issue was permissions on the /var/run/fusionpbx folder. stopping the websocket router service running and the tls file does replace agent.pem,tls.pem,wss.pem and dtls-srtp.pem
  6. G

    Active Calls Page Empty

    I also have this issue with a fresh install, been looking through various guides, 1 article mentioned something about the wss.pem and agent,pem, but i havent been able to resolve yet either. Once i do i will post the steps required to resolve I assumed I could just use the tls.pem i generated...