Estimado/Dear:
Intente en firefox pero no funciona, se redirecciona hacia la url https://IP-PBX y no se queda en la http://IP-PBX
Try in firefox but it doesn't work, it redirects to the url https: // IP-PBX and it doesn't stay in http: // IP-PBX
El reinicio es complicado porque hay varios usuarios que hacen llamadas constantemente.
Restart is complicated because there are multiple users constantly making calls.
tal vez alguna otra alternativa antes de llegar al reincio de la PBX?
maybe some other alternative before I get to reboot the PBX?
If you have access to the RS232 port, you can try restarting the web server...
ts WebServer (stops the WebServer)
tr WebServer (starts the WebServer)
i WebServer (get info on WebServer service)
When doing the i command, Status is the field you want to look at, it should say "Ready" in a normal state with no one actively access the system's web page. If it says "SUSPEND" the WebServer is stopped, "PEND+T" the WebServer is starting up (less than 60 seconds) or someone is actively accessing the web portal.
If someone is logged in (PEND+T) and restarting the server doesn't work, you can hard terminate all sessions.
sm_terminateAllSessions (this logs out all users and prevents all logins)
sm_allowAllOtherSessions (enables logins again)
I have had hit and miss luck with these commands in the state you are showing.
Be VERY careful in the terminal... There are commands that can be very dangerous, so don't go trying random commands.