Configurar asterisk no es algo sencillo, sobre todo al principio... Y
sin ninguna toma de contacto previa, todo lo que te podamos decir te
va a sonar a chino...
Si lo que quieres hacer ya mismo es realizar llamadas a través de
VozIp, te recomiendo que empieces mirando en www.peoplecall.com o
www.azulcom.com, te creas una cuenta, cargas algo de saldo (con 5€
tienes para bastantes minutos), configuras el x-lite con los datos que
te proporcionen, y ya podrás empezar a hacer llamadas a bajo coste.
Una vez hecho esto, ya puedes montar una centralita asterisk,
configurarla, crear extensiones etc... Eso sí, olvidate de la versión
de windows, porque no podrás utilizar la linea telefónica fija que ya
tengas en casa.
Un saludo
Julian.
ana wrote:Instale asterisk 1.0.9 en suse 9.3 (gracias a su ayuda)ahora tengo otro problema, cuando entro a los archivos sip. config y extensions. conf no me permite modificar nadfa. Como creo los usuarios!!
Mi problema es que no puedo levantar el programa de la consola, ya
prove con make, make instal pero no me da bolilla...
tengo creados las librerias sip. conf y otras en el root, pero estan
como ejemplo y no me permite cambiarlas.
Sip.conf
[general]
context=default ; Default context for incoming calls
recordhistory=yes ; Record SIP history by default
; (see sip history / sip no history)
;realm=mydomain.tld ; Realm for digest authentication
; defaults to "asterisk"
; Realms MUST be globally unique according to RFC 3261
; Set this to your host name or domain name
port=5060 ; UDP Port to bind to (SIP standard port is 5060)
bindaddr=0.0.0.0 ; IP address to bind to (0.0.0.0 binds to all)
;srvlookup=yes ; Enable DNS SRV lookups on outbound calls
[usuario1]
type=friend ; Friends place calls and receive calls
;context=from-sip ; Context for incoming calls from this user
secret=100
;language=de ; Use German prompts for this user
host=dynamic ; This peer register with us
dtmfmode=inband ; Choices are inband, rfc2833, or info
defaultip=192.168.0.9 ; IP used until peer registers
username=DANTE ; Username to use in INVITE until peer registers
mailbox=1234,2345 ; Mailboxes for message waiting indicator
;restrictcid=yes ; To have the callerid restriced -> sent as ANI
disallow=all
allow=ulaw ; dtmfmode=inband only works with ulaw
or alaw!
;mailbox=1234@context,2345 ; Mailbox(-es) for message waiting
indicator
[usuario2]
type=friend ; Friends place calls and receive calls
;context=from-sip ; Context for incoming calls from this user
secret=200
;language=de ; Use German prompts for this user
host=dynamic ; This peer register with us
dtmfmode=inband ; Choices are inband, rfc2833, or info
defaultip=192.168.0.22 ; IP used until peer registers
username=ANA ; Username to use in INVITE until peer registers
mailbox=1234,2345 ; Mailboxes for message waiting indicator
;restrictcid=yes ; To have the callerid restriced -> sent as ANI
disallow=all
allow=ulaw ; dtmfmode=inband only works with ulaw
or alaw!
;mailbox=1234@context,2345
[usuario3]
type=friend ; Friends place calls and receive calls
;context=from-sip ; Context for incoming calls from this user
secret=300
;language=de ; Use German prompts for this user
host=dynamic ; This peer register with us
dtmfmode=inband ; Choices are inband, rfc2833, or info
defaultip=192.168.0.199 ; IP used until peer registers
username=DIEGO ; Username to use in INVITE until peer registers
mailbox=1234,2345 ; Mailboxes for message waiting indicator
;restrictcid=yes ; To have the callerid restriced -> sent as ANI
disallow=all
allow=ulaw ; dtmfmode=inband only works with ulaw
or alaw!
;mailbox=1234@context,2345