Xlite phone registration

hi

I’m use a Asterisk box under Fedora with hard phone in a LAN(work well)
and I want to make call with a xlite phone under windows xp.
I have a problem of xlite registration :
JB/JB 84.98.32.237 D 255.255.255.255 5074 Unmonitored

Xlite register with a net provider adress, all phone and asterisk box are in the same lan.

my sip configuration seem well :
sip.conf
[JB] ; X-lite client
type=friend
username = JB
host=dynamic
defaultip = 192.168.2.192
port = 5060
dtmfmode=inband
nat = no
qualify = no
disallow=all
allow=ulaw
allow=alaw
allow=gsm
context=local

someone have an idea?
rudy73

Your console output there shows that the SIP port its registering to is 5074 which is wierd…

Anyway, try changing the following in your sip.conf:

qualify=yes

Also, perhaps add these too.
reinvite=no
canreinvite=no

Goodluck!

asteriskguru.com/tutorials/x … phone.html

Try this, i

As well as:

asteriskguru.com/tutorials/a … phone.html