Vtech IP8100

I have a IP8100 that is unlocked. I have trouble setting it up to use it with asterisk. Are there any SIP special settings that I need to use?

No
What’s your problem?
If it cannot register - post the Asterisk’s SIP debug output.

sip show peers

Name/username Host Dyn Nat ACL Port Status
5092/5092 192.168.88.95 D N 5060 UNREACHABLE

sip debug peer 5092


Retransmitting #3 (no NAT) to 192.168.88.95:5060:
OPTIONS sip:5092@192.168.88.95:5060;transport=UDP SIP/2.0
Via: SIP/2.0/UDP 192.168.88.7:5060;branch=z9hG4bK019e0de3
From: ““asterisk.xxxxxx.com” <925-234-xxxx>” <sip:“asterisk.xxxxxx.com” <925-234-xxxx>@192.168.88.7>;tag=as64989835
To: sip:5092@192.168.88.95:5060;transport=UDP
Contact: <sip:“asterisk.xxxx.com” <925-234-xxxx>@192.168.88.7>
Call-ID: 63a23de9136e1207293686240e09014e@192.168.88.7
CSeq: 102 OPTIONS
User-Agent: Asterisk PBX
Max-Forwards: 70
Date: Wed, 07 Feb 2007 01:53:12 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Content-Length: 0


Retransmitting #4 (no NAT) to 192.168.88.95:5060:
OPTIONS sip:5092@192.168.88.95:5060;transport=UDP SIP/2.0
Via: SIP/2.0/UDP 192.168.88.7:5060;branch=z9hG4bK019e0de3
From: ““asterisk.xxxxx.com” <925-234-xxxx>” <sip:“asterisk.xxxxxx.com” <925-234-xxxx>@192.168.88.7>;tag=as64989835
To: sip:5092@192.168.88.95:5060;transport=UDP
Contact: <sip:“asterisk.xxxxxx.com” <925-234-xxxx>@192.168.88.7>
Call-ID: 63a23de9136e1207293686240e09014e@192.168.88.7
CSeq: 102 OPTIONS
User-Agent: Asterisk PBX
Max-Forwards: 70
Date: Wed, 07 Feb 2007 01:53:12 GMT
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Content-Length: 0

[quote=“honu”]sip show peers

Name/username Host Dyn Nat ACL Port Status
5092/5092 192.168.88.95 D N 5060 UNREACHABLE

[/quote]

Status UNREACHABLE - is that your problem? Probably you have monitoring enabled (on Asterisk side) but “Ping from WAN” disabled on the phone. Please post the corresponding settings for that phone from your sip.conf or users.conf

How you phone is connected? You should use the WAN (blue) port on it. Please put more details, may be I do not understand your problem.

I got it to work…I had qualify=yes… I modified it to no and it works now…
Thanks for your help nevertheless

This is what I sad - you have monitoring enabled (on Asterisk side) but “Ping from WAN” disabled on the phone

yep that was it.
Thanks