Hacer Boot del servidor con el CD de elastix.
En la pantalla inicial, dar ENTER o esperar 1 minuto que el sistema sigue solo.
Documentos y manuales de UDP
Hacer Boot del servidor con el CD de elastix.
En la pantalla inicial, dar ENTER o esperar 1 minuto que el sistema sigue solo.
Si tienes un Asterisk abierto hacia afuera por tener un troncal o extensiones SIP que se logueen desde fuera, estarás acostumbrado a recibir ataques de intentos de logueo por fuerza bruta de este tipo (casi siempre desde China):
1 2 |
spa50x_30x_es_v754.xml spa50x_30x_en_v754.xml |
1 2 |
ua="na"serv=tftp://192.168.1.254/;d0=English;x0=spa50x_30x_en_v754.xml;d1=Spanish;x1=spa50x_30x_es_v754.xml;/Dictionary_Server_Script 8/admin/advanced |
Editar hostname.
1 |
nano /etc/sysconfig/network |
1 |
HOSTNAME= "nombre maquina" |
1 |
nano /etc/hosts |
1 |
127.0.0.1 "nombre maquina" localhost.localdomain localhost |
Buscar el codec en la pagina http://asterisk.hosting.lv/
Si se tienen varios celufijos se puede utilizar este codigo para que las llamadas roten entre estos dispositivos.
El ejemplo contempla 4 celufijos
Continuar leyendo «Rotacion de llamadas con varios trunk SIP»
Tutorial para remplazar el gestor de correo en los servidores asterisk
Continuar leyendo «Configurar Asterisk para Enviar Voicemail Email via Gmail»
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 |
timedatectl nos dice la hora del sistema
1 |
timedatectl status |
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.