Dear,
 
When I start asterisk  -vvvvvvgrc and I ask 'sip show peers', I don't get the ip adress in the 'Host" field.
 
Name = phone1 and phone2
Host=unspecified
mask 255.255.255.255 
port = 0
status = unmonitored
 
I can ping the two phone's and get a reply (also from the laptop)
phone ip adres 192.168.10.12 and 192.168.10.13 (server 192.168.10.11and laptop 192.168.10.14)
hardware config: server - phone1 - phone2 - laptop
 
configurations used
 
 SIP.CONF
 
[phone1]
type=friend
host=dynamic
defaultip=192.168.10.12
dtmfmode=info
mailbox=1000
context=sip
callerid="phone1"<100>
 
[phone2]
type=friend
host=dynamic
defaultip=192.168.10.13
dtmfmode=info
mailbox=1000
context=sip
callerid="phone2"<200>
 
EXTENSIONS.CONF
 
exten => 100,1,dial(sip/phone1,20,tr)
exten => 200,1,dial(sip/phone2,20,tr)
 
Wim
 
 

Reply via email to