miércoles, 1 de enero de 2025

jueves, 31 de agosto de 2023

Recuperar calve de admin issabel desde consola root

 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.

 

viernes, 14 de octubre de 2022

Euronel

 [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

troncal sip claro une

 type=friend

insecure=invite,port
host=10.7.224.1
context=from-pstn
dtmfmode=rfc2833
allow=gsm&ulaw&alaw
t38pt_udptl=yes
t38pt_rtp=no
t38pt_tcp=no
nat=yes
port=5060
canreinvite=no
fromuser=7447433
qualify=yes


route add -net 10.220.0.2 netmask 255.255.255.255 gw 10.222.8.229
route add -net 10.7.224.1 netmask 255.255.255.255 gw 10.7.225.133

martes, 17 de mayo de 2022

ivr no se visualiza , no se ve

 

  • 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:

https://imgur.com/a/Yavnu43




  • Now, save and exit the file.
  • Finally reload asterisk running the comman amportal restart

That's it. Open the web and go to your IVR, you'll see it again