Bajamos el paquete
Asterisk con WEBRTC (obsoleto)
Primero los paquetes necesarios
1 2 3 4 5 |
yum update yum install gcc-c++ make gnutls-devel kernel-devel libxml2-devel ncurses-devel subversion doxygen texinfo curl-devel net-snmp-devel neon-devel yum install uuid-devel libuuid-devel sqlite-devel sqlite git speex-devel gsm-devel |
Notificador de llamadas en Opefire
Crear el archivo notifica
1 |
nano /var/lib/asterisk/agi-bin/notifica.php |
Instalar Encuesta de Satisfaccion de Atencion al Cliente
Este modulo nos permite que el usuario haga una evaluación del servicio prestado por el agente, la llamada debe ser transferida a una extension asignada.
Continuar leyendo «Instalar Encuesta de Satisfaccion de Atencion al Cliente»
Backup Servidores Asterisk
Se realizan los siguientes pasos
Instalar Elastix – Paso a Paso
Hacer Boot del servidor con el CD de elastix.
En la pantalla inicial, dar ENTER o esperar 1 minuto que el sistema sigue solo.
PBX en Raspberry Pi 2 con Asterisk 13
El Raspberry Pi 2 tiene un quad-core processor y 1 GB de RAM
Como deshabilitar temporalmente la opción de “Weak Passsword Deteccion” en Elastix 2.4 & 2.5
Si de pura casualidad, tenemos que reinstalar un sistema que fue instalado originalmente con alguna versión de Elastix antes de la 2.0 e incluso en ocasiones con la misma 2.0, y tenemos que restaurar los passwords de las extensiones, las cuales no cumplen con la nueva configuración de complejidad de contraseñas, podemos hacer lo siguiente de forma temporal y despues volver a dejar todo como estaba.
Asterisk CDR en ODBC
Para que poder guardar el CDR en multiples bases de datos tenemos que instalar el modulo ODBC de asterisk, esto también nos permite almacenar el CDR en plataformas diferentes a MySQL, como MSSQL.
Incredible PBX con Asterisk-GUI para CentOS
Default Configuration: Asterisk 11 with enhanced Asterisk-GUI, Kennonsoft GUI, and NANPA dialplan
Platform: 64-bit CentOS 6.5/6.6 running on Dedicated Server, Cloud-Based Server, or Virtual Machine
Minimum Memory: 512MB
Recommended Disk: 20GB+
For CentOS/Scientific Linux 6.5 minimal install:
1 2 3 4 5 6 7 8 9 10 |
setenforce 0 yum -y upgrade yum -y install net-tools nano wget ifconfig sed -i 's|quiet|quiet net.ifnames=0 biosdevdame=0|' /etc/default/grub grub2-mkconfig -o /boot/grub2/grub.cfg wget http://incrediblepbx.com/update-kernel-devel chmod +x update-kernel-devel ./update-kernel-devel reboot |
For CentOS/Scientific Linux 6.6 minimal install:
1 2 3 4 5 |
setenforce 0 yum -y upgrade yum -y install net-tools nano wget ifconfig reboot |
3. Install GIT-R-Done Edition of Incredible PBX for Asterisk-GUI
1 2 3 4 5 6 7 8 |
cd /root yum -y install wget wget http://incrediblepbx.com/incrediblepbx11gui-git.tar.gz tar zxvf incrediblepbx11gui-git.tar.gz #./create-swapfile-DO #add this step for Digital Ocean droplets rm -f incrediblepbx11gui-git.tar.gz ./IncrediblePBX11-GUI-git.sh ./IncrediblePBX11-GUI-git.sh |
4. Install Incredible Fax for Asterisk-GUI (optional)
1 2 3 4 |
cd /root ./incrediblefax11-GUI.sh ./avantfax-pw-change reboot |
5. Initial Configuration of Incredible PBX for Asterisk-GUI
Set your correct time zone: ./timezone-setup
Create admin password for web apps: htpasswd -b /etc/pbx/wwwpasswd admin newpassword
Make a copy of your other passwords: cat passwords.FAQ
Make a copy of your Knock codes: cat knock.FAQ
Decipher IP address and other info about your server: status
Click USERS tab in Incredible PBX GUI
Click Asterisk-GUI Administration
Log in as user: admin with password: password
Immediately change your admin password and login again