service httpd stop
certbot certonly --standalone -d example.com <REEMPLAZAR POR EL HOST A CERTIFICAR>
service httpd stop
certbot certonly --standalone -d example.com <REEMPLAZAR POR EL HOST A CERTIFICAR>
cd /usr/bin/
sqlite3 /var/www/db/acl.db "UPDATE acl_user SET md5_password = '`echo -n password|md5sum|cut -d ' ' -f 1`' WHERE name = 'admin'"
Con ello resetearemos la contraseña a «password» y podremos entrar como admin con esa contraseña. La podemos cambiar por la que queramos a posteriori o en esa misma línea.
[CALL-JK]
exten => s,1,answer()
exten => s,n,wait(1)
exten => s,n,Goto(ext-did,${extT},1)
exten => s,n,Hangup()
certificados ssh issabel
el propio para actualizar la seguridad https://comoinstalar.me/como-obtener-certificados-ssl-gratis-para-tu-web-en-centos-7/ ssl
type=friend
Connect to your Issabel using SSH or by console an login in.
Use a text editor such as nano o vi and open the file contentIssabelPBX.php
Like this:
nano /var/www/html/modules/pbxadmin/libs/contentIssabelPBX.php or
vi /var/www/html/modules/pbxadmin/libs/contentIssabelPBX.php
Now in the file, find the line 470 and make look like this:
That's it. Open the web and go to your IVR, you'll see it again