Hola ahora tengo otro problemita estoy tratando de hacer una llamada de prueba en un ambiente wmware, estoy usando como cliente el linphone, ajunto captura de la configuración del cliente, ambos maquinas estan en red y responden a los ping en ambos sentidos aunque los teléfonos se registran correctamente en el asterisk , no logro conectarme del tel1(ext 1001) al tel2(ext 1001) o del tel2 al tel1
Name/username Host Dyn Forcerport ACL Port Status
tel1/tel1 192.168.74.135 D N 5060 OK (29 ms)
tel2/tel2 192.168.74.137 D N 5060 OK (24 ms)
el mensaje es el siguiente:
[Jan 2 18:47:12] NOTICE[2310]: chan_sip.c:25494 handle_request_register: Registration from '<sip:1002@192.168.74.136>' failed for '192.168.74.137:5060' - No matching peer found
configuración del SIP.CONF
[general]
context=default ;contexto por defecto para las llamadas entrantes
bindport=5060 ;puerto para conexiones SIP
bindaddr=0.0.0.0
srvlookp=yes
disallow=all
allow=ulaw
allow=alaw
allow=gsm
language=es
;Datos para registro
[tel1]
secret=123
context=users
host=dynamic
type=friend
qualify=yes
nat=yes
dtmfmode=rfc2833
[tel2]
secret=123
context=users
host=dynamic
type=friend
qualify=yes
nat=yes
dtmfmode=rfc2833
configuración EXTENSIONS.CONF
[general]
static=yes
writeprotect=no
autofallthrough=yes
clearglobalvars=no
priorityjumping=no
[globals]
[users]
extem => 1001,1,Dial(SIP/tel1,20)
extem => 1002,1,Dial(SIP/tel2,20)
De antemano te agradezco cualquier ayuda
Name/username Host Dyn Forcerport ACL Port Status
tel1/tel1 192.168.74.135 D N 5060 OK (29 ms)
tel2/tel2 192.168.74.137 D N 5060 OK (24 ms)
el mensaje es el siguiente:
[Jan 2 18:47:12] NOTICE[2310]: chan_sip.c:25494 handle_request_register: Registration from '<sip:1002@192.168.74.136>' failed for '192.168.74.137:5060' - No matching peer found
configuración del SIP.CONF
[general]
context=default ;contexto por defecto para las llamadas entrantes
bindport=5060 ;puerto para conexiones SIP
bindaddr=0.0.0.0
srvlookp=yes
disallow=all
allow=ulaw
allow=alaw
allow=gsm
language=es
;Datos para registro
[tel1]
secret=123
context=users
host=dynamic
type=friend
qualify=yes
nat=yes
dtmfmode=rfc2833
[tel2]
secret=123
context=users
host=dynamic
type=friend
qualify=yes
nat=yes
dtmfmode=rfc2833
configuración EXTENSIONS.CONF
[general]
static=yes
writeprotect=no
autofallthrough=yes
clearglobalvars=no
priorityjumping=no
[globals]
[users]
extem => 1001,1,Dial(SIP/tel1,20)
extem => 1002,1,Dial(SIP/tel2,20)
De antemano te agradezco cualquier ayuda
Comentario