SlideShare ist ein Scribd-Unternehmen logo
1 von 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

Weitere ähnliche Inhalte

Was ist angesagt?

Laboratorio Redes de Datos - Práctica 01
Laboratorio Redes de Datos - Práctica 01Laboratorio Redes de Datos - Práctica 01
Laboratorio Redes de Datos - Práctica 01Cristian Ortiz Gómez
 
Manual De Instalacion De Asterisk
Manual De Instalacion De AsteriskManual De Instalacion De Asterisk
Manual De Instalacion De AsteriskCesar Pineda
 
Modulacion y Codificacion Digital - Analogo (ASK, FSK & PSK)
Modulacion y Codificacion Digital - Analogo (ASK, FSK & PSK)Modulacion y Codificacion Digital - Analogo (ASK, FSK & PSK)
Modulacion y Codificacion Digital - Analogo (ASK, FSK & PSK)Juan Herrera Benitez
 
Calidad de Servicio IP-MPLS v2.2
Calidad de Servicio IP-MPLS v2.2Calidad de Servicio IP-MPLS v2.2
Calidad de Servicio IP-MPLS v2.2Gianpietro Lavado
 
Lecture 18 channel capacity
Lecture 18 channel capacityLecture 18 channel capacity
Lecture 18 channel capacitynica2009
 
9 modulacion, ask, fsk, psk y qam
9  modulacion, ask, fsk, psk y qam9  modulacion, ask, fsk, psk y qam
9 modulacion, ask, fsk, psk y qamUTU
 
Introduccion al switching
Introduccion al switchingIntroduccion al switching
Introduccion al switchingAndres Ldño
 
How to Configure QinQ?
How to Configure QinQ?How to Configure QinQ?
How to Configure QinQ?Huanetwork
 
Tx Dx por Redes Telefónicas - Telecomunicaciones III
Tx Dx por Redes Telefónicas - Telecomunicaciones IIITx Dx por Redes Telefónicas - Telecomunicaciones III
Tx Dx por Redes Telefónicas - Telecomunicaciones IIIAndy Juan Sarango Veliz
 
4.TDM Multiplexacion por division de tiempo
4.TDM Multiplexacion por division de tiempo4.TDM Multiplexacion por division de tiempo
4.TDM Multiplexacion por division de tiempoEdison Coimbra G.
 
Señalización en Redes Telefónicas Públicas Conmutadas SS7 / DSS1 / Sigtran
Señalización en Redes Telefónicas Públicas Conmutadas SS7 / DSS1 / SigtranSeñalización en Redes Telefónicas Públicas Conmutadas SS7 / DSS1 / Sigtran
Señalización en Redes Telefónicas Públicas Conmutadas SS7 / DSS1 / SigtranEng. Fernando Mendioroz, MSc.
 
Componentes de un cableado estructurado
Componentes de un cableado estructuradoComponentes de un cableado estructurado
Componentes de un cableado estructuradoJûän Êztêbânn R
 
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.
 
3.PCM Digitalizacion de señal analogica
3.PCM Digitalizacion de señal analogica3.PCM Digitalizacion de señal analogica
3.PCM Digitalizacion de señal analogicaEdison Coimbra G.
 

Was ist angesagt? (20)

Laboratorio Redes de Datos - Práctica 01
Laboratorio Redes de Datos - Práctica 01Laboratorio Redes de Datos - Práctica 01
Laboratorio Redes de Datos - Práctica 01
 
Manual De Instalacion De Asterisk
Manual De Instalacion De AsteriskManual De Instalacion De Asterisk
Manual De Instalacion De Asterisk
 
Trama E1 y mutlitplexación en el tiempo
Trama E1 y mutlitplexación en el tiempoTrama E1 y mutlitplexación en el tiempo
Trama E1 y mutlitplexación en el tiempo
 
Modulacion y Codificacion Digital - Analogo (ASK, FSK & PSK)
Modulacion y Codificacion Digital - Analogo (ASK, FSK & PSK)Modulacion y Codificacion Digital - Analogo (ASK, FSK & PSK)
Modulacion y Codificacion Digital - Analogo (ASK, FSK & PSK)
 
Calidad de Servicio IP-MPLS v2.2
Calidad de Servicio IP-MPLS v2.2Calidad de Servicio IP-MPLS v2.2
Calidad de Servicio IP-MPLS v2.2
 
Lecture 18 channel capacity
Lecture 18 channel capacityLecture 18 channel capacity
Lecture 18 channel capacity
 
PDH
PDHPDH
PDH
 
Redes de siguiente generación (NGN)
Redes de siguiente generación (NGN)Redes de siguiente generación (NGN)
Redes de siguiente generación (NGN)
 
9 modulacion, ask, fsk, psk y qam
9  modulacion, ask, fsk, psk y qam9  modulacion, ask, fsk, psk y qam
9 modulacion, ask, fsk, psk y qam
 
Introduccion al switching
Introduccion al switchingIntroduccion al switching
Introduccion al switching
 
10.1 Red de acceso DSL
10.1 Red de acceso DSL10.1 Red de acceso DSL
10.1 Red de acceso DSL
 
How to Configure QinQ?
How to Configure QinQ?How to Configure QinQ?
How to Configure QinQ?
 
Tx Dx por Redes Telefónicas - Telecomunicaciones III
Tx Dx por Redes Telefónicas - Telecomunicaciones IIITx Dx por Redes Telefónicas - Telecomunicaciones III
Tx Dx por Redes Telefónicas - Telecomunicaciones III
 
4.TDM Multiplexacion por division de tiempo
4.TDM Multiplexacion por division de tiempo4.TDM Multiplexacion por division de tiempo
4.TDM Multiplexacion por division de tiempo
 
Señalización en Redes Telefónicas Públicas Conmutadas SS7 / DSS1 / Sigtran
Señalización en Redes Telefónicas Públicas Conmutadas SS7 / DSS1 / SigtranSeñalización en Redes Telefónicas Públicas Conmutadas SS7 / DSS1 / Sigtran
Señalización en Redes Telefónicas Públicas Conmutadas SS7 / DSS1 / Sigtran
 
5. Cálculo de radioenlaces
5. Cálculo de radioenlaces5. Cálculo de radioenlaces
5. Cálculo de radioenlaces
 
Componentes de un cableado estructurado
Componentes de un cableado estructuradoComponentes de un cableado estructurado
Componentes de un cableado estructurado
 
Lab huawei2
Lab huawei2Lab huawei2
Lab huawei2
 
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
 
3.PCM Digitalizacion de señal analogica
3.PCM Digitalizacion de señal analogica3.PCM Digitalizacion de señal analogica
3.PCM Digitalizacion de señal analogica
 

Ähnlich wie Sistemas de VoIP con Asterisk: Modulo I

Ähnlich wie 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
 
VoIP
VoIPVoIP
VoIP
 
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
 

Mehr von Gabriel Astudillo

Mehr von 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
 

Kürzlich hochgeladen

Trabajo Mas Completo De Excel en clase tecnología
Trabajo Mas Completo De Excel en clase tecnologíaTrabajo Mas Completo De Excel en clase tecnología
Trabajo Mas Completo De Excel en clase tecnologíassuserf18419
 
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
 
Presentación guía sencilla en Microsoft Excel.pptx
Presentación guía sencilla en Microsoft Excel.pptxPresentación guía sencilla en Microsoft Excel.pptx
Presentación guía sencilla en Microsoft Excel.pptxLolaBunny11
 
Desarrollo Web Moderno con Svelte 2024.pdf
Desarrollo Web Moderno con Svelte 2024.pdfDesarrollo Web Moderno con Svelte 2024.pdf
Desarrollo Web Moderno con Svelte 2024.pdfJulian Lamprea
 
POWER POINT YUCRAElabore una PRESENTACIÓN CORTA sobre el video película: La C...
POWER POINT YUCRAElabore una PRESENTACIÓN CORTA sobre el video película: La C...POWER POINT YUCRAElabore una PRESENTACIÓN CORTA sobre el video película: La C...
POWER POINT YUCRAElabore una PRESENTACIÓN CORTA sobre el video película: La C...silviayucra2
 
Global Azure Lima 2024 - Integración de Datos con Microsoft Fabric
Global Azure Lima 2024 - Integración de Datos con Microsoft FabricGlobal Azure Lima 2024 - Integración de Datos con Microsoft Fabric
Global Azure Lima 2024 - Integración de Datos con Microsoft FabricKeyla Dolores Méndez
 
guía de registro de slideshare por Brayan Joseph
guía de registro de slideshare por Brayan Josephguía de registro de slideshare por Brayan Joseph
guía de registro de slideshare por Brayan JosephBRAYANJOSEPHPEREZGOM
 
Proyecto integrador. Las TIC en la sociedad S4.pptx
Proyecto integrador. Las TIC en la sociedad S4.pptxProyecto integrador. Las TIC en la sociedad S4.pptx
Proyecto integrador. Las TIC en la sociedad S4.pptx241521559
 
International Women's Day Sucre 2024 (IWD)
International Women's Day Sucre 2024 (IWD)International Women's Day Sucre 2024 (IWD)
International Women's Day Sucre 2024 (IWD)GDGSucre
 
EPA-pdf resultado da prova presencial Uninove
EPA-pdf resultado da prova presencial UninoveEPA-pdf resultado da prova presencial Uninove
EPA-pdf resultado da prova presencial UninoveFagnerLisboa3
 

Kürzlich hochgeladen (10)

Trabajo Mas Completo De Excel en clase tecnología
Trabajo Mas Completo De Excel en clase tecnologíaTrabajo Mas Completo De Excel en clase tecnología
Trabajo Mas Completo De Excel en clase tecnología
 
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
 
Presentación guía sencilla en Microsoft Excel.pptx
Presentación guía sencilla en Microsoft Excel.pptxPresentación guía sencilla en Microsoft Excel.pptx
Presentación guía sencilla en Microsoft Excel.pptx
 
Desarrollo Web Moderno con Svelte 2024.pdf
Desarrollo Web Moderno con Svelte 2024.pdfDesarrollo Web Moderno con Svelte 2024.pdf
Desarrollo Web Moderno con Svelte 2024.pdf
 
POWER POINT YUCRAElabore una PRESENTACIÓN CORTA sobre el video película: La C...
POWER POINT YUCRAElabore una PRESENTACIÓN CORTA sobre el video película: La C...POWER POINT YUCRAElabore una PRESENTACIÓN CORTA sobre el video película: La C...
POWER POINT YUCRAElabore una PRESENTACIÓN CORTA sobre el video película: La C...
 
Global Azure Lima 2024 - Integración de Datos con Microsoft Fabric
Global Azure Lima 2024 - Integración de Datos con Microsoft FabricGlobal Azure Lima 2024 - Integración de Datos con Microsoft Fabric
Global Azure Lima 2024 - Integración de Datos con Microsoft Fabric
 
guía de registro de slideshare por Brayan Joseph
guía de registro de slideshare por Brayan Josephguía de registro de slideshare por Brayan Joseph
guía de registro de slideshare por Brayan Joseph
 
Proyecto integrador. Las TIC en la sociedad S4.pptx
Proyecto integrador. Las TIC en la sociedad S4.pptxProyecto integrador. Las TIC en la sociedad S4.pptx
Proyecto integrador. Las TIC en la sociedad S4.pptx
 
International Women's Day Sucre 2024 (IWD)
International Women's Day Sucre 2024 (IWD)International Women's Day Sucre 2024 (IWD)
International Women's Day Sucre 2024 (IWD)
 
EPA-pdf resultado da prova presencial Uninove
EPA-pdf resultado da prova presencial UninoveEPA-pdf resultado da prova presencial Uninove
EPA-pdf resultado da prova presencial Uninove
 

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.

Hinweis der Redaktion

  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