SlideShare uma empresa Scribd logo
1 de 197
Sistemas de VOIP con Asterisk: MODULO 1 Agosto 2009 – Guayaquil, Ecuador Instructor: Ing. Gabriel Astudillo
Presentación del Curso ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Presentación del Curso ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Asterisk Professional Path
Evaluación del Curso ,[object Object],[object Object],[object Object],[object Object],[object Object]
Programa Resumido del curso ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Conceptos básicos de VOIP
Un poco de Historia ,[object Object],[object Object],[object Object],[object Object],[object Object]
Introduccion a Central Telefonica Digital ,[object Object],[object Object],[object Object],[object Object]
La Interconexion de centrales ,[object Object],[object Object]
La Interconexión de centrales tradicional  ,[object Object],[object Object],[object Object],[object Object],[object Object]
Que es una troncal? ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Principios de VOIP ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Que funciones debe realizar VOIP? ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Algo de Actualidad ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Algo de Actualidad ,[object Object],[object Object],[object Object],[object Object]
Problemas de VOIP  ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Agentes Implicados ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Agentes Implicados ,[object Object]
Elementos Implicados ,[object Object],Grandstream Budgetone 102 Grandstream GXP-2000 LINKSYS WIP300
Elementos Implicados ,[object Object],[object Object],[object Object],[object Object],[object Object]
Elementos Implicados ,[object Object],[object Object],[object Object],Linksys PAP2T-NA Grandstream Handytone 386
Elementos Implicados ,[object Object],[object Object]
Elementos Implicados ,[object Object],[object Object],[object Object],[object Object]
Elementos Implicados ,[object Object],[object Object],[object Object],Digium TDM2400P
Elementos Implicados ,[object Object],[object Object],[object Object],[object Object]
Como funciona la VOIP? ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Protocolos de VOIP ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Protocolos de VOIP ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Protocolos de VOIP ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Protocolos de VOIP ,[object Object],[object Object],[object Object],[object Object],[object Object]
Protocolos de VOIP ,[object Object],[object Object],[object Object],[object Object]
Protocolos de VOIP ,[object Object],[object Object],[object Object],[object Object]
Protocolos de VOIP ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Protocolos de VOIP ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Protocolos de VOIP ,[object Object],[object Object],[object Object],[object Object],[object Object]
Protocolos de VOIP: Llamada
Codecs de VOIP ,[object Object],[object Object],[object Object]
Codecs de VOIP ,[object Object],[object Object],[object Object],[object Object]
Codecs de VOIP GSM 13 kbps iLBC 15 kbps G.711 64 kbps G.723 5.3/6.3 kbps G.726 16/24/32/40 kbps G.729 8 kbps Speex 2.15 a 44.2 kbps
Telefonia Convencional vs. Telefonia IP ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Telefonia Convencional vs. Telefonia IP ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Open Source PBX ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Linux para administradores de Asterisk
Objetivos de esta Unidad ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Paquetes necesarios para la compilación
Linea de Comandos de Linux: Shell ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Linux Shell ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Linux Shell y Manejo de Archivos ,[object Object],Action Command Format Details Copy a file cp cp filename destination Copies the file filename to the location destination. List Directory Contents ls ls The ls command lists files in the current working directory. Move a file mv mv which_file destination To move a file from one directory to another, use mv. Rename a file mv mv oldname newname The use of the mv command changes the name of the file from oldname to newname.
Comandos Generales ,[object Object],[object Object],[object Object],[object Object],[object Object]
Comandos Generales ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Linux y DOS Command's Purpose MS-DOS Linux Basic Linux Example Copies files copy cp cp  thisfile.txt  /home/ thisdirectory Moves files move mv mv  thisfile.txt  /home/ thisdirectory Lists files dir ls ls Clears screen cls clear clear Closes shell prompt exit exit exit Displays or sets date date date date Deletes files del rm rm  thisfile.txt "Echoes" output to the screen echo echo echo  this message Edits text files edit gedit( [a] ) gedit  thisfile.txt Compares the contents of files fc diff diff  file1   file2 Finds a string of text in a file find grep grep  word or phrase   thisfile.txt
Linux y DOS Formats a diskette format a: mke2fs /sbin/mke2fs /dev/fd0 (/dev/fd0 is the Linux equivalent of A:) Displays command help command  /? man or info man  command Creates a directory mkdir mkdir mkdir  directory Views contents of a file more less( [b] ) less  thisfile.txt Renames a file ren mv( [c] ) mv  thisfile.txt   thatfile.txt Displays your location in the file system chdir pwd pwd Changes directories with a specified path ( absolute path ) cd  pathname cd  pathname cd  /directory/directory Changes directories with a  relative path cd.. cd .. cd .. Displays the time time date date Shows amount of RAM in use mem free free
Iniciando Linux ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
La Red en Linux ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
La Red en Linux ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Comandos de Red ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Comandos de Red ,[object Object],[object Object],[object Object],[object Object],[object Object]
Control de Procesos ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Mas Comandos ,[object Object],[object Object],[object Object],[object Object]
La Red en Linux ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
YUM ,[object Object],[object Object],[object Object],[object Object],[object Object]
Preparando el Laboratorio ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Introducción a Asterisk
Algo de historia ,[object Object],[object Object],[object Object],[object Object],[object Object]
Algo de Historia y Actualidad ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Introducción a Asterisk: Que es? ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Asterisk y su Funcionalidad ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Asterisk… ,[object Object],[object Object],[object Object],[object Object],[object Object]
Asterisk Arquitectura en el stack de Linux Julián Dunayevich, Lázaro Baca, Andrés Brassara, Santiago Alberch ZAPTEL/ DAHDI Asterisk Módulos Kernel 2.4 / 2.6 Módulos Motor SQL Config TXT Interfaz AMI Consola CLI ASTERISK Gestión Aplicaciones GNU/Linux
Asterisk Arquitectura
Asterisk Arquitectura ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],De Llamada: Asterisk Caracteristicas
CTI(Integración de Telefonía con el Ordenador): AGI (Asterisk Gateway Interface) Monitor de Llamadas Gráfico  Sistema de Colas para llamadas salientes  Marcador Predictivo  Interfaz de Gestión vía TCP/IP  Escalabilidad: ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Asterisk Caracteristicas
Codecs de Audio: ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Protocolos: ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Compatibilidad con  Telefonía Estándar: ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Protocolos de Señalización RDSI Primarios Asterisk Caracteristicas
Asterisk: Protocolos de SEÑALIZACION soportados ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Asterisk como viene? ,[object Object],[object Object],[object Object]
Preparando un Sistema para Asterisk ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Preparando un sistema para Asterisk ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Hardware para Telefonia: Interfaces Analogicas ,[object Object],[object Object]
Hardware para Telefonia
Hardware para Telefonia: Interfaces Digitales ,[object Object],[object Object],[object Object],[object Object]
Hardware para Telefonia: Interfaces Digitales
Clientes SIP en Asterisk ,[object Object],[object Object],[object Object]
Asterisk: Estado y Autenticación ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Asterisk y las tarjetas HW ,[object Object],[object Object],[object Object],[object Object],[object Object]
Asterisk y Los sistemas Tradicionales de VOIP Sistema Tradicional de Comunicaciones Servidor Linux con Asterisk
Instalando Asterisk
Compilando e Instalando Asterisk ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Preparando el sistema ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Preparando el sistema ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Paquetes de Asterisk ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
DAHDI ,[object Object],[object Object],[object Object],[object Object],[object Object]
Descargando Asterisk ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Descripción de comandos de Instalación ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Descripcion de comandos de Instalación ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Instalando Asterisk (ver comentarios) REALIZAR UN RESPALDO DE SIP, EXTENSIONS E IAX ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
DAHDI la instalación ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Como quedó la Instalación? ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Directorios de Asterisk ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Configuración Inicial de Asterisk
Asterisk CLI ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Asterisk conceptos de la configuración ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Dialplan  ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Extension ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Aplicación ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Contexto ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Dialplan: Arquitectura
Primeros pasos sip.conf ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Generando una llamada ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Primeros pasos: Los archivos de Canales ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Carga de Configuraciones ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
SIP.conf ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
SIP.conf Registrar ,[object Object],[object Object],[object Object],[object Object],[object Object]
SIP.conf seccion General ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
SIP.conf ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
SIP.conf Variables de canales ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
SIP.conf Ejemplo [pepe] ; usuario type=friend ; IN/OUT secret=pepin ; clave context=internos ; rela dial plan callerid=&quot;pepe perez&quot; <1001> host=dynamic ; IP del device nat=yes ; soporte NAT device canreinvite=no ;disallow=all ;allow=gsm ;allow=ulaw ;allow=alaw mailbox=1001@default  [juan] type=friend secret=juanin callerid=&quot;juan perez&quot; <1002> context=internos host=dynamic nat=yes canreinvite=no ;disallow=all ;allow=gsm ;allow=ulaw ;allow=alaw mailbox=1002@default
SIP.conf Verificacion en el CLI ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
IAX.conf ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
IAX.conf ,[object Object],[object Object],[object Object],[object Object]
Definiciones con Plantillas ,[object Object]
Detalles del Extensions.conf ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Detalles del Extensions.conf ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Detalles del Extensions.conf Prioridades ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Prioridades en Extensions.conf ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Prioridades en Extensions.conf ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Detalles del Extensions.conf ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
extensions.conf ,[object Object],[object Object],[object Object],[object Object]
Sintaxis en extensions.conf ,[object Object],[object Object],[object Object]
Contextos y Extensiones ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Manejo de Variables en extensions.conf ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
The road so far… ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Practica: PBX Battle V1 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Practica: PBX Battle V1 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Practica: PBX Battle V1 ,[object Object],[object Object],[object Object],[object Object]
Practica: PBX Battle V1 ,[object Object],[object Object],[object Object],[object Object]
Practica: PBX Battle V1 ,[object Object],[object Object],[object Object],[object Object]
Practica PBX Battle V1 ,[object Object],[object Object],[object Object],[object Object]
Conceptos básicos del plan de marcado
La clase de hoy ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Las voces de Asterisk ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Las voces de Asterisk ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Los teléfonos Grandstream ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Ejemplo de Configuración de una Linea ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
CODECS de Alta Calidad y Bajo Ancho de Banda ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Básicos de otras aplicaciones ,[object Object],[object Object],[object Object],[object Object]
Dialplan interactivo ,[object Object],[object Object],[object Object],[object Object],[object Object]
IVR Básico ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
IVR Basico ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
La extension i y los timeouts ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Uso de las extensiones i y t ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Saltos y Bucles ,[object Object],[object Object],[object Object],[object Object],[object Object]
Uso de GOTO ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Incluyendo el uso de Etiquetas ,[object Object],[object Object],[object Object],[object Object],[object Object]
La aplicación Dial ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
La aplicación Dial ,[object Object],[object Object],[object Object],[object Object],[object Object]
Usando Dial ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Dial: Caracteristicas Adicionales ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Dial: Recapitulando ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Dial: Recapitulando ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Conceptos avanzados del plan de marcado
Manejo de Variables ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Manejo de Variables ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Manejo de Variables Globales ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Uso de Variables en el Dial Plan ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Uso de Variables en el Dial Plan ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Variables Predefinidas ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Variable ${EXTEN} ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Coincidencia de Patrones ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Coincidencia de Patrones (Pruebelos) ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Sistemas de VoIP con Asterisk: Modulo I
Sistemas de VoIP con Asterisk: Modulo I
Sistemas de VoIP con Asterisk: Modulo I
Sistemas de VoIP con Asterisk: Modulo I
Sistemas de VoIP con Asterisk: Modulo I
Sistemas de VoIP con Asterisk: Modulo I
Sistemas de VoIP con Asterisk: Modulo I
Sistemas de VoIP con Asterisk: Modulo I
Sistemas de VoIP con Asterisk: Modulo I
Sistemas de VoIP con Asterisk: Modulo I
Sistemas de VoIP con Asterisk: Modulo I
Sistemas de VoIP con Asterisk: Modulo I
Sistemas de VoIP con Asterisk: Modulo I
Sistemas de VoIP con Asterisk: Modulo I
Sistemas de VoIP con Asterisk: Modulo I
Sistemas de VoIP con Asterisk: Modulo I
Sistemas de VoIP con Asterisk: Modulo I
Sistemas de VoIP con Asterisk: Modulo I
Sistemas de VoIP con Asterisk: Modulo I
Sistemas de VoIP con Asterisk: Modulo I
Sistemas de VoIP con Asterisk: Modulo I
Sistemas de VoIP con Asterisk: Modulo I
Sistemas de VoIP con Asterisk: Modulo I
Sistemas de VoIP con Asterisk: Modulo I
Sistemas de VoIP con Asterisk: Modulo I
Sistemas de VoIP con Asterisk: Modulo I

Mais conteúdo relacionado

Mais procurados

Isdn y rdsi comparacion ventajas y desventajas
Isdn y rdsi comparacion ventajas y desventajasIsdn y rdsi comparacion ventajas y desventajas
Isdn y rdsi comparacion ventajas y desventajasOSCAR G.J. PEREIRA M
 
Cableado horizontal y vertical
Cableado horizontal y verticalCableado horizontal y vertical
Cableado horizontal y verticalOmar Zuñiga
 
8.2 Transmision de datos por fibra óptica
8.2 Transmision de datos por fibra óptica8.2 Transmision de datos por fibra óptica
8.2 Transmision de datos por fibra ópticaEdison Coimbra G.
 
Cableado Estructurado Diapositivas+
Cableado Estructurado Diapositivas+Cableado Estructurado Diapositivas+
Cableado Estructurado Diapositivas+jukarmatrix
 
Topologías y Componentes de una red Inalámbrica
Topologías y Componentes de una red InalámbricaTopologías y Componentes de una red Inalámbrica
Topologías y Componentes de una red InalámbricaEduardo J Onofre
 
Laboratorio Redes de Datos - Práctica 03
Laboratorio Redes de Datos - Práctica 03Laboratorio Redes de Datos - Práctica 03
Laboratorio Redes de Datos - Práctica 03Cristian Ortiz Gómez
 
Redes de Telecomunicaciones cap 4-3
Redes de Telecomunicaciones cap 4-3Redes de Telecomunicaciones cap 4-3
Redes de Telecomunicaciones cap 4-3Francisco Apablaza
 
Medios de transmision guiados y no guiados
Medios de transmision guiados y no guiadosMedios de transmision guiados y no guiados
Medios de transmision guiados y no guiadosmiguelsaavedra1112957097
 
Estandar de Instalacion 5G_CLARO_2021v1.1 (1) (1).pdf
Estandar de Instalacion 5G_CLARO_2021v1.1 (1) (1).pdfEstandar de Instalacion 5G_CLARO_2021v1.1 (1) (1).pdf
Estandar de Instalacion 5G_CLARO_2021v1.1 (1) (1).pdfLuisEnriqueCazasPaiv
 
Red telefónica de conmutación pública pstn
Red telefónica de conmutación pública pstnRed telefónica de conmutación pública pstn
Red telefónica de conmutación pública pstnChristopher Rodriguez
 
Laboratorio Redes de Datos - Práctica 02
Laboratorio Redes de Datos - Práctica 02Laboratorio Redes de Datos - Práctica 02
Laboratorio Redes de Datos - Práctica 02Cristian Ortiz Gómez
 

Mais procurados (20)

VoIP
VoIPVoIP
VoIP
 
Isdn y rdsi comparacion ventajas y desventajas
Isdn y rdsi comparacion ventajas y desventajasIsdn y rdsi comparacion ventajas y desventajas
Isdn y rdsi comparacion ventajas y desventajas
 
Cableado horizontal y vertical
Cableado horizontal y verticalCableado horizontal y vertical
Cableado horizontal y vertical
 
8.2 Transmision de datos por fibra óptica
8.2 Transmision de datos por fibra óptica8.2 Transmision de datos por fibra óptica
8.2 Transmision de datos por fibra óptica
 
Cableado Estructurado Diapositivas+
Cableado Estructurado Diapositivas+Cableado Estructurado Diapositivas+
Cableado Estructurado Diapositivas+
 
Topologías y Componentes de una red Inalámbrica
Topologías y Componentes de una red InalámbricaTopologías y Componentes de una red Inalámbrica
Topologías y Componentes de una red Inalámbrica
 
Laboratorio Redes de Datos - Práctica 03
Laboratorio Redes de Datos - Práctica 03Laboratorio Redes de Datos - Práctica 03
Laboratorio Redes de Datos - Práctica 03
 
VoIP
VoIPVoIP
VoIP
 
Redes de Telecomunicaciones cap 4-3
Redes de Telecomunicaciones cap 4-3Redes de Telecomunicaciones cap 4-3
Redes de Telecomunicaciones cap 4-3
 
Respuestas
RespuestasRespuestas
Respuestas
 
PDH
PDHPDH
PDH
 
Medios de transmision guiados y no guiados
Medios de transmision guiados y no guiadosMedios de transmision guiados y no guiados
Medios de transmision guiados y no guiados
 
Estandar de Instalacion 5G_CLARO_2021v1.1 (1) (1).pdf
Estandar de Instalacion 5G_CLARO_2021v1.1 (1) (1).pdfEstandar de Instalacion 5G_CLARO_2021v1.1 (1) (1).pdf
Estandar de Instalacion 5G_CLARO_2021v1.1 (1) (1).pdf
 
Planta externa
Planta externaPlanta externa
Planta externa
 
Antena Sectorial
Antena SectorialAntena Sectorial
Antena Sectorial
 
Introducción a WDM y OTN
Introducción a WDM y OTNIntroducción a WDM y OTN
Introducción a WDM y OTN
 
Redes de transporte
Redes de transporteRedes de transporte
Redes de transporte
 
Red telefónica de conmutación pública pstn
Red telefónica de conmutación pública pstnRed telefónica de conmutación pública pstn
Red telefónica de conmutación pública pstn
 
Laboratorio Redes de Datos - Práctica 02
Laboratorio Redes de Datos - Práctica 02Laboratorio Redes de Datos - Práctica 02
Laboratorio Redes de Datos - Práctica 02
 
Proyecto de cableado estructurado
Proyecto de cableado estructuradoProyecto de cableado estructurado
Proyecto de cableado estructurado
 

Semelhante a Sistemas de VoIP con Asterisk: Modulo I

Semelhante a Sistemas de VoIP con Asterisk: Modulo I (20)

VOIP I - Marzo 2010
VOIP I - Marzo 2010VOIP I - Marzo 2010
VOIP I - Marzo 2010
 
Fundamentos de telefonia ip
Fundamentos de telefonia ipFundamentos de telefonia ip
Fundamentos de telefonia ip
 
Fundamentos20de20telefonia20ip 131006193600-phpapp02
Fundamentos20de20telefonia20ip 131006193600-phpapp02Fundamentos20de20telefonia20ip 131006193600-phpapp02
Fundamentos20de20telefonia20ip 131006193600-phpapp02
 
VOiP
VOiPVOiP
VOiP
 
Consulta vo ip
Consulta vo ipConsulta vo ip
Consulta vo ip
 
Voip
VoipVoip
Voip
 
Introduccion telefonia ip
Introduccion telefonia ipIntroduccion telefonia ip
Introduccion telefonia ip
 
Conceptos VoIP
Conceptos VoIPConceptos VoIP
Conceptos VoIP
 
Semana 14 -_servicios_sobre_ip
Semana 14 -_servicios_sobre_ipSemana 14 -_servicios_sobre_ip
Semana 14 -_servicios_sobre_ip
 
Intercom y telefonía IP
Intercom y telefonía IPIntercom y telefonía IP
Intercom y telefonía IP
 
Voip
VoipVoip
Voip
 
Protocolos de Telefonia IP
Protocolos de Telefonia IPProtocolos de Telefonia IP
Protocolos de Telefonia IP
 
Telefonia IP
Telefonia IPTelefonia IP
Telefonia IP
 
La vo ip
La vo ipLa vo ip
La vo ip
 
Cómo funciona la voz sobre ip
Cómo funciona la voz sobre ipCómo funciona la voz sobre ip
Cómo funciona la voz sobre ip
 
Diseño de una centralita telefónica con elastix
Diseño de una centralita telefónica con elastix Diseño de una centralita telefónica con elastix
Diseño de una centralita telefónica con elastix
 
Curso: Comunicación de datos y redes: 05 Protocolo VoIP
Curso: Comunicación de datos y redes: 05 Protocolo VoIPCurso: Comunicación de datos y redes: 05 Protocolo VoIP
Curso: Comunicación de datos y redes: 05 Protocolo VoIP
 
Voz Ip
Voz IpVoz Ip
Voz Ip
 
VoIP Expo equipo 2
VoIP Expo equipo 2VoIP Expo equipo 2
VoIP Expo equipo 2
 
Telefonia
TelefoniaTelefonia
Telefonia
 

Mais de Gabriel Astudillo

Mais de Gabriel Astudillo (11)

TecnoIP 3
TecnoIP 3TecnoIP 3
TecnoIP 3
 
Tecnología IP Leccion 2
Tecnología IP Leccion 2Tecnología IP Leccion 2
Tecnología IP Leccion 2
 
Tecnología IP
Tecnología IP Tecnología IP
Tecnología IP
 
Tecnologías de VoIP
Tecnologías de VoIPTecnologías de VoIP
Tecnologías de VoIP
 
Certificaciones en comunicaciones inalámbricas
Certificaciones en comunicaciones inalámbricasCertificaciones en comunicaciones inalámbricas
Certificaciones en comunicaciones inalámbricas
 
Implementado Sistemas de VoIP con FOSS
Implementado Sistemas de VoIP con FOSSImplementado Sistemas de VoIP con FOSS
Implementado Sistemas de VoIP con FOSS
 
Introducción
IntroducciónIntroducción
Introducción
 
VoIP con Asterisk Marzo 2010
VoIP con Asterisk Marzo 2010VoIP con Asterisk Marzo 2010
VoIP con Asterisk Marzo 2010
 
VoIP con Asterisk 2009
VoIP con Asterisk 2009VoIP con Asterisk 2009
VoIP con Asterisk 2009
 
Sistemas de VoIP con Asterisk
Sistemas de VoIP con AsteriskSistemas de VoIP con Asterisk
Sistemas de VoIP con Asterisk
 
Linux Para Asterisk
Linux Para AsteriskLinux Para Asterisk
Linux Para Asterisk
 

Último

Refrigerador_Inverter_Samsung_Curso_y_Manual_de_Servicio_Español.pdf
Refrigerador_Inverter_Samsung_Curso_y_Manual_de_Servicio_Español.pdfRefrigerador_Inverter_Samsung_Curso_y_Manual_de_Servicio_Español.pdf
Refrigerador_Inverter_Samsung_Curso_y_Manual_de_Servicio_Español.pdfvladimiroflores1
 
EVOLUCION DE LA TECNOLOGIA Y SUS ASPECTOSpptx
EVOLUCION DE LA TECNOLOGIA Y SUS ASPECTOSpptxEVOLUCION DE LA TECNOLOGIA Y SUS ASPECTOSpptx
EVOLUCION DE LA TECNOLOGIA Y SUS ASPECTOSpptxJorgeParada26
 
Avances tecnológicos del siglo XXI 10-07 eyvana
Avances tecnológicos del siglo XXI 10-07 eyvanaAvances tecnológicos del siglo XXI 10-07 eyvana
Avances tecnológicos del siglo XXI 10-07 eyvanamcerpam
 
Resistencia extrema al cobre por un consorcio bacteriano conformado por Sulfo...
Resistencia extrema al cobre por un consorcio bacteriano conformado por Sulfo...Resistencia extrema al cobre por un consorcio bacteriano conformado por Sulfo...
Resistencia extrema al cobre por un consorcio bacteriano conformado por Sulfo...JohnRamos830530
 
PROYECTO FINAL. Tutorial para publicar en SlideShare.pptx
PROYECTO FINAL. Tutorial para publicar en SlideShare.pptxPROYECTO FINAL. Tutorial para publicar en SlideShare.pptx
PROYECTO FINAL. Tutorial para publicar en SlideShare.pptxAlan779941
 
EL CICLO PRÁCTICO DE UN MOTOR DE CUATRO TIEMPOS.pptx
EL CICLO PRÁCTICO DE UN MOTOR DE CUATRO TIEMPOS.pptxEL CICLO PRÁCTICO DE UN MOTOR DE CUATRO TIEMPOS.pptx
EL CICLO PRÁCTICO DE UN MOTOR DE CUATRO TIEMPOS.pptxMiguelAtencio10
 
Avances tecnológicos del siglo XXI y ejemplos de estos
Avances tecnológicos del siglo XXI y ejemplos de estosAvances tecnológicos del siglo XXI y ejemplos de estos
Avances tecnológicos del siglo XXI y ejemplos de estossgonzalezp1
 
pruebas unitarias unitarias en java con JUNIT
pruebas unitarias unitarias en java con JUNITpruebas unitarias unitarias en java con JUNIT
pruebas unitarias unitarias en java con JUNITMaricarmen Sánchez Ruiz
 
How to use Redis with MuleSoft. A quick start presentation.
How to use Redis with MuleSoft. A quick start presentation.How to use Redis with MuleSoft. A quick start presentation.
How to use Redis with MuleSoft. A quick start presentation.FlorenciaCattelani
 
Modulo-Mini Cargador.................pdf
Modulo-Mini Cargador.................pdfModulo-Mini Cargador.................pdf
Modulo-Mini Cargador.................pdfAnnimoUno1
 
Innovaciones tecnologicas en el siglo 21
Innovaciones tecnologicas en el siglo 21Innovaciones tecnologicas en el siglo 21
Innovaciones tecnologicas en el siglo 21mariacbr99
 

Último (11)

Refrigerador_Inverter_Samsung_Curso_y_Manual_de_Servicio_Español.pdf
Refrigerador_Inverter_Samsung_Curso_y_Manual_de_Servicio_Español.pdfRefrigerador_Inverter_Samsung_Curso_y_Manual_de_Servicio_Español.pdf
Refrigerador_Inverter_Samsung_Curso_y_Manual_de_Servicio_Español.pdf
 
EVOLUCION DE LA TECNOLOGIA Y SUS ASPECTOSpptx
EVOLUCION DE LA TECNOLOGIA Y SUS ASPECTOSpptxEVOLUCION DE LA TECNOLOGIA Y SUS ASPECTOSpptx
EVOLUCION DE LA TECNOLOGIA Y SUS ASPECTOSpptx
 
Avances tecnológicos del siglo XXI 10-07 eyvana
Avances tecnológicos del siglo XXI 10-07 eyvanaAvances tecnológicos del siglo XXI 10-07 eyvana
Avances tecnológicos del siglo XXI 10-07 eyvana
 
Resistencia extrema al cobre por un consorcio bacteriano conformado por Sulfo...
Resistencia extrema al cobre por un consorcio bacteriano conformado por Sulfo...Resistencia extrema al cobre por un consorcio bacteriano conformado por Sulfo...
Resistencia extrema al cobre por un consorcio bacteriano conformado por Sulfo...
 
PROYECTO FINAL. Tutorial para publicar en SlideShare.pptx
PROYECTO FINAL. Tutorial para publicar en SlideShare.pptxPROYECTO FINAL. Tutorial para publicar en SlideShare.pptx
PROYECTO FINAL. Tutorial para publicar en SlideShare.pptx
 
EL CICLO PRÁCTICO DE UN MOTOR DE CUATRO TIEMPOS.pptx
EL CICLO PRÁCTICO DE UN MOTOR DE CUATRO TIEMPOS.pptxEL CICLO PRÁCTICO DE UN MOTOR DE CUATRO TIEMPOS.pptx
EL CICLO PRÁCTICO DE UN MOTOR DE CUATRO TIEMPOS.pptx
 
Avances tecnológicos del siglo XXI y ejemplos de estos
Avances tecnológicos del siglo XXI y ejemplos de estosAvances tecnológicos del siglo XXI y ejemplos de estos
Avances tecnológicos del siglo XXI y ejemplos de estos
 
pruebas unitarias unitarias en java con JUNIT
pruebas unitarias unitarias en java con JUNITpruebas unitarias unitarias en java con JUNIT
pruebas unitarias unitarias en java con JUNIT
 
How to use Redis with MuleSoft. A quick start presentation.
How to use Redis with MuleSoft. A quick start presentation.How to use Redis with MuleSoft. A quick start presentation.
How to use Redis with MuleSoft. A quick start presentation.
 
Modulo-Mini Cargador.................pdf
Modulo-Mini Cargador.................pdfModulo-Mini Cargador.................pdf
Modulo-Mini Cargador.................pdf
 
Innovaciones tecnologicas en el siglo 21
Innovaciones tecnologicas en el siglo 21Innovaciones tecnologicas en el siglo 21
Innovaciones tecnologicas en el siglo 21
 

Sistemas de VoIP con Asterisk: Modulo I

  • 1. Sistemas de VOIP con Asterisk: MODULO 1 Agosto 2009 – Guayaquil, Ecuador Instructor: Ing. Gabriel Astudillo
  • 2.
  • 3.
  • 5.
  • 6.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13.
  • 14.
  • 15.
  • 16.
  • 17.
  • 18.
  • 19.
  • 20.
  • 21.
  • 22.
  • 23.
  • 24.
  • 25.
  • 26.
  • 27.
  • 28.
  • 29.
  • 30.
  • 31.
  • 32.
  • 33.
  • 34.
  • 35.
  • 36.
  • 38.
  • 39.
  • 40. Codecs de VOIP GSM 13 kbps iLBC 15 kbps G.711 64 kbps G.723 5.3/6.3 kbps G.726 16/24/32/40 kbps G.729 8 kbps Speex 2.15 a 44.2 kbps
  • 41.
  • 42.
  • 43.
  • 45.
  • 46. Paquetes necesarios para la compilación
  • 47.
  • 48.
  • 49.
  • 50.
  • 51.
  • 52. Linux y DOS Command's Purpose MS-DOS Linux Basic Linux Example Copies files copy cp cp thisfile.txt /home/ thisdirectory Moves files move mv mv thisfile.txt /home/ thisdirectory Lists files dir ls ls Clears screen cls clear clear Closes shell prompt exit exit exit Displays or sets date date date date Deletes files del rm rm thisfile.txt &quot;Echoes&quot; output to the screen echo echo echo this message Edits text files edit gedit( [a] ) gedit thisfile.txt Compares the contents of files fc diff diff file1 file2 Finds a string of text in a file find grep grep word or phrase thisfile.txt
  • 53. Linux y DOS Formats a diskette format a: mke2fs /sbin/mke2fs /dev/fd0 (/dev/fd0 is the Linux equivalent of A:) Displays command help command /? man or info man command Creates a directory mkdir mkdir mkdir directory Views contents of a file more less( [b] ) less thisfile.txt Renames a file ren mv( [c] ) mv thisfile.txt thatfile.txt Displays your location in the file system chdir pwd pwd Changes directories with a specified path ( absolute path ) cd pathname cd pathname cd /directory/directory Changes directories with a relative path cd.. cd .. cd .. Displays the time time date date Shows amount of RAM in use mem free free
  • 54.
  • 55.
  • 56.
  • 57.
  • 58.
  • 59.
  • 60.
  • 61.
  • 62.
  • 63.
  • 65.
  • 66.
  • 67.
  • 68.
  • 69.
  • 70. Asterisk Arquitectura en el stack de Linux Julián Dunayevich, Lázaro Baca, Andrés Brassara, Santiago Alberch ZAPTEL/ DAHDI Asterisk Módulos Kernel 2.4 / 2.6 Módulos Motor SQL Config TXT Interfaz AMI Consola CLI ASTERISK Gestión Aplicaciones GNU/Linux
  • 72.
  • 73.
  • 74.
  • 75.
  • 76.
  • 77.
  • 78.
  • 79.
  • 80.
  • 82.
  • 83. Hardware para Telefonia: Interfaces Digitales
  • 84.
  • 85.
  • 86.
  • 87. Asterisk y Los sistemas Tradicionales de VOIP Sistema Tradicional de Comunicaciones Servidor Linux con Asterisk
  • 89.
  • 90.
  • 91.
  • 92.
  • 93.
  • 94.
  • 95.
  • 96.
  • 97.
  • 98.
  • 99.
  • 100.
  • 102.
  • 103.
  • 104.
  • 105.
  • 106.
  • 107.
  • 109.
  • 110.
  • 111.
  • 112.
  • 113.
  • 114.
  • 115.
  • 116.
  • 117.
  • 118. SIP.conf Ejemplo [pepe] ; usuario type=friend ; IN/OUT secret=pepin ; clave context=internos ; rela dial plan callerid=&quot;pepe perez&quot; <1001> host=dynamic ; IP del device nat=yes ; soporte NAT device canreinvite=no ;disallow=all ;allow=gsm ;allow=ulaw ;allow=alaw mailbox=1001@default [juan] type=friend secret=juanin callerid=&quot;juan perez&quot; <1002> context=internos host=dynamic nat=yes canreinvite=no ;disallow=all ;allow=gsm ;allow=ulaw ;allow=alaw mailbox=1002@default
  • 119.
  • 120.
  • 121.
  • 122.
  • 123.
  • 124.
  • 125.
  • 126.
  • 127.
  • 128.
  • 129.
  • 130.
  • 131.
  • 132.
  • 133.
  • 134.
  • 135.
  • 136.
  • 137.
  • 138.
  • 139.
  • 140. Conceptos básicos del plan de marcado
  • 141.
  • 142.
  • 143.
  • 144.
  • 145.
  • 146.
  • 147.
  • 148.
  • 149.
  • 150.
  • 151.
  • 152.
  • 153.
  • 154.
  • 155.
  • 156.
  • 157.
  • 158.
  • 159.
  • 160.
  • 161.
  • 162. Conceptos avanzados del plan de marcado
  • 163.
  • 164.
  • 165.
  • 166.
  • 167.
  • 168.
  • 169.
  • 170.
  • 171.

Notas do Editor

  1. The IPv6 address of each interface is preceded by the term inet6 addr and its scope, predictably, by the word Scope .
  2. No Iugal Si Ndiswrapper WLAN!!
  3. Softswitch = NGN gestor de conmutacion y confiabilidad con objetivo de igualar la conmutacion de circuitos. En VoIP Sofswitch es el SIP Registrar Server y el Gatekeeper en H323
  4. Pese a que pongo casi todas las características que aporta Asterisk a la comunidad, no voy a explicarlas todas, sino decir porejemplo que los posee los servicios típicos de centralitas modernas como sistemas de IVR, Transferencia ciega, transferencia atendida, Desvío de llamadas si se está ocupado, desvío de llamadas si no está disponible. Servicios de Callcenter como Sistemas de Colas y gestión de agentes, grabación de llamadas, marcadores predictivos. Integración con Bases de Datos. Recepción y envío de faxes, Sistemas de Buzón de Voz. Además también posee capacidades apra intercontectarse con otros equipos que montan Asterisk u otros sistemas para poder distribuir las comunicaciones. Vamos, que estamos hablando de un sistema con muchas características profesionales a día de hoy y que sigue creciendo en funcionalidad, día a día.
  5. Asterisk habilita la posibilidad de comunicarse con él mediante varias posibilidades. Bien podemos comunicarnos a través de el puerto del manager, para realizar consultas sobre el estado, así como ejecutar comandos. Todo ello vía TCP. Además Asterisk ha desarrollado un interfaz de comunicación(AGI) mediante el cual se pueden ejecutar aplicaciones desde el mismo IVR de asterisk. Mediante las capacidades que nos propoprciona AGI y cualquier lenguaje de programación prácticamente podemos dotar al sistema Asterisk de multiples aplicaciones. Además de esto, asterisk permite una escalabilidad que no depende de nada (como en otros sistemas), sólo añadir más equipos, o ampliar la capacidad del equipo en el que se encuentra instalado asterisk y desarrollar la integración con los nuevos sistemas mediante conexiones de datos. Es viable también la integración con sistemas tradicionales mediante las tarjetas de comunicaciones pero eso lo comentaré un poco más adelante.
  6. En esta diapositiva podemos observar un resumen de protocolos, codec y compatibilidades actuales de asterisk. Se puede observar como existe compatibilidad con los codecs de Voz IP estándar, Protocolos de señalización de RDSI, así como los codec de audio más utilizados. G.729 y G.723
  7. menuselect
  8. Verificar quienes tienen tarjeta y que tipo de tarjeta!!!
  9. Garantia de Asterisk