Buscar el codec en la pagina http://asterisk.hosting.lv/
Archivo de la categoría: Tecnico Basico
Rotacion de llamadas con varios trunk SIP
Si se tienen varios celufijos se puede utilizar este codigo para que las llamadas roten entre estos dispositivos.
El ejemplo contempla 4 celufijos
Configurar Asterisk para Enviar Voicemail Email via Gmail
Tutorial para remplazar el gestor de correo en los servidores asterisk
Seguir leyendo Configurar Asterisk para Enviar Voicemail Email via Gmail
Cambiar la fecha y hora del servidor
Fecha
|
1 |
date +%Y%m%d -s "20141128" |
Hora
|
1 |
date +%T -s "16:45:00" |
Grabar los datos en el board
|
1 |
hwclock --systohc |
Sincronizar el reloj con un Time Servers
Revisar la hora actual
timedatectl nos dice la hora del sistema
|
1 |
timedatectl status |
Sincronizar la hora del Sistema
The chronyd command lets you check the time by which your system clock is off. If you run a chronyd command without installing the utility first, you will get the following message:

Please install the Chrony utility as follows:
|
1 |
sudo apt install chrony |
You can then use the following command to see how much your time varies from the internet server. The “System clock wrong by” line in the output indicates this thing.
|
1 |
sudo chronyd -Q |
You can also synchronize the system time and see the “System clock wrong by” information in one go through the following command:
|
1 |
sudo chronyd -q |
In the following example, you can see that when I first ran the chronyd -q command, my system was off by 95.9 seconds. After running the command, my internet time was reset and that can be observed when I re-ran the command. This time my system clock is only off by -0.001446 seconds which is an ignorable difference.
Como hacer tuneles desde ssh
|
1 |
ssh root@10.210.1.90 -L 10081:192.168.2.1:81 |
|
1 2 3 4 |
10.210.1.90:Ip del cliente 10081:Puerto Local 192.168.2.1: Equipo a conectarse 81: Puerto del equipo a conectarse |
Instalar Agente de Zabbix
Instalacion de Zabbix y agente de asterisk
Convertir wavtomp3
Publicar la Carpeta de Grabaciones en la WEB
Para que los audios funcionen cuando se ven por el estaqueue se debe compartir la carpeta en el apache.