Hi!
I was testing my ser proxy with sipsak and i found one error.
invoking sipsak with the following command:
# sipsak -IU -vvv -s sip:sipsak@scscf.ims.touk.pl -l 5061 -H 192.168.0.138 -e 1 -S -a
sipsak
sipsak inserts an extratrailing zero in the username
this is both in the to and from headers as well in the authentication header.
U 2006/12/18 12:52:48.594546 192.168.0.138:5061 -> 192.168.0.74:5060
REGISTER sip:scscf.ims.touk.pl SIP/2.0.
Authorization: Digest username="sipsak0", uri="sip:scscf.ims.touk.pl",
algorithm=MD5, realm="scscf.ims.touk.pl",
nonce="4586820caf30028588ff88825a90f86abbdb598d",
response="66968ba65014ad848a3fbe0cc9331daf".
Via: SIP/2.0/UDP 192.168.0.138:5061;branch=z9hG4bK.5fcbc0b0;rport;alias.
From: sip:sipsak0@scscf.ims.touk.pl;tag=391d3b1a.
To: sip:sipsak0@scscf.ims.touk.pl.
Call-ID: 958216986(a)192.168.0.138.
CSeq: 2 REGISTER.
Content-Length: 0.
Max-Forwards: 70.
User-Agent: sipsak 0.9.6.
Expires: 15.
Contact: sip:sipsak0@192.168.0.138:5061.
Ive put the whole log in the attached file.
Bests Tomasz