Soporte & Consultoria

Soporte Remoto y Consultoria skype : ambiorixg12.
Nota no se brinda ningun tipo de consulta o soporte fuera del blog de forma gratuita

miércoles, 6 de marzo de 2013

Asterisk Standard Channel Variables

There are a number of variables that are defined or read by Asterisk. Here is a listing of them. More information is available in each application's help text. All these variables are in UPPER CASE only.
Variables marked with a * are builtin functions and can't be set, only read in the dialplan. Writes to such variables are silently ignored.

lunes, 25 de febrero de 2013

Analizando el Trafico SIP de nuestra con red TCPDUMP y WIRESHARK


Una solución es utilizar TCPdump para la captura de la señalización SIP guardando los paquetes en un archivo y luego importar el archivo en la versión desktop de Wireshark (para Windows, MacOS y Linux).
Primero se capturan los paquetes SIP con TCPdump:
tcpdump -i eth0 -n -s 0 port 5060 -vvv -w /tmp/captura

domingo, 24 de febrero de 2013

Como enviar Alertas via SMS usando Asterisk.






Aquí les dejo varios ejemplos prácticos de enviar una notificación via SMS, ante diferentes eventos :

Los mensajes no se enviaran directamente desde Asterisk sino atreves de un  SMS gateway en la Internet
Tenemos que registrarnos en dicho Servicio puedes usar : http://www.bulksms.com/   tambien https://www.clickatell.com/

domingo, 17 de febrero de 2013

Como realizar una llamada automaticamente en Asterisk cada cierto rango de tiempo.


Bueno aquí les dejo como  programar Asterisk para que realiza una llamada a un destino especifico cada  5 minutos.

domingo, 20 de enero de 2013

Instalando el codec g729

Aqui les dejos los pasos para instalar el codec g729  en modo pass-thru

miércoles, 16 de enero de 2013

Colecntando informacion de Debug.

Collecting Debug Information for the Asterisk Issue Tracker

This document will provide instructions on how to collect debugging logs from an Asterisk machine, for the purpose of helping bug marshals troubleshoot an issue on https://issues.asterisk.org

PREREQUISITES

 Asterisk 1.4.30 or greater

sábado, 12 de enero de 2013

Actualizando Asterisk.

 

Updating Asterisk

If this is your first installation, you can skip ahead to the section the section called “Base Configuration”. If you’re in the process of updating your system, however, there are a couple of things you should be aware of.
When we say updating your system, that is quite different from upgrading your system. Updating your system is the process of installing new minor versions of the same branch. For example, if your system is running Asterisk 1.8.2 and you need to upgrade to the latest bug fix version for the 1.8 branch, which was version 1.8.3, you’d be updating your system to 1.8.3. In contrast, we use the term upgrade to refer to changes between Asterisk branches (major version number increases). So, for example, an upgrade would be going from Asterisk 1.4.34 to Asterisk 1.8.0.
When performing an update, you follow the same instructions outlined in the section the section called “How to Install It”.