Hello!
I'm having bit of a problem with user authentication. From some clients works, from some doesn't.
I've inspected packets with wireshark on client and server side, registration goes as follows:
REGISTER
100 trying
401 unauthorized
REGISTER
100 trying
200 OK
This seems to confuse HP sip phone, as it doesn't retry to register as e.g. twinkle or ekiga does.
The difference between first and second REGISTER packet is that in first one there is no authorization field in message header.
Is this client or server missbehaviour?
This is openser cfg:
http://www.voipuser.org/ship_to.php?url ... fg.current
This is small wireshark dump indicating described problem:
http://files.myopera.com/kriko/files/wshark.dump
Thank you!