[Asterisk-Users] sip phone configuration problem
Ronald Wiplinger
ronald at elmit.com
Wed Dec 29 03:02:35 MST 2004
733 is a remote IP phone
608 is X-Lite on the internal LAN
I see a:
*CLI>... Registration from '"733" <sip:733 at voip.elmit.com>' failed for
'218.x.x.x'
*CLI> sip show peers
733/733 (Unspecified ) D 255.255.255.255 0 Unknown
608/608 192.168.250.200 D 255.255.255.255 5060 OK (26 ms)
*CLI> sip show users
733 password test733 No No
608 password default No No
I can call 608, but 608 cannot call back
733 cannot register
below is my sip.conf, ... Can anybody give me a hint?
sip.conf
[general]
context=defaultport=5060
bindaddr=0.0.0.0
srvlookup=yes
externip = 61.220.121.18
localnet=192.168.0.0/255.255.0.0; All RFC 1918 addresses are local networks
[608] ; Note-Pen's X-lite
type=friend
disallow=all
allow=ulaw
allow=alaw
type=friend
username=608
secret=<password>
host=dynamic
dtmfmode=inband
qualify=1000
mailbox=608
group=1
pickupgroup=1
[733] ; Test phone 733
context=unisen
disallow=all
allow=ulaw
allow=alaw
type=friend
username=test733
secret=<password>
host=dynamic
dtmfmode=inband
qualify=1000
mailbox=733
group=1
pickupgroup=1
More information about the asterisk-users
mailing list