For some reason, I am having problems with having TCP REGISTER messages being accepted by openser.

The following is a REGISTER I send to Open SER. It is never responded to. Do you see anything wrong with it? It should be registering port 5060 TCP.


00:19:42.157347 IP 10.10.2.6.50083 > 10.10.1.234.sip: tcp 345
REGISTER sip:siptest2.com:5060 SIP/2.0^M
Via: SIP/2.0/TCP 10.10.2.6:50083;branch=z9hG4bK45^M
From: Alice <sip:[EMAIL PROTECTED]>;tag=fromhackblah^M
To: Alice <sip:[EMAIL PROTECTED]>^M
CSeq: 1 REGISTER^M
Call-ID: [EMAIL PROTECTED]
Contact: <sip:[EMAIL PROTECTED]>;expires=900;transport=TCP^M
Max-Forwards: 70^M
^M

When I send a similar UDP register, it works fine!

REGISTER sip:siptest2.com:5060 SIP/2.0^M
Via: SIP/2.0/UDP 10.10.2.6:5070;branch=z9hG4bK8149125^M
From: Alice <sip:[EMAIL PROTECTED]>;tag=fromhackblah^M
To: Alice <sip:[EMAIL PROTECTED]>^M
CSeq: 1 REGISTER^M
Call-ID: [EMAIL PROTECTED]
Contact: <sip:[EMAIL PROTECTED]:5070>;expires=900;transport=UDP^M
Max-Forwards: 70^M
^M


00:19:39.364079 IP 10.10.1.234.sip > 10.10.2.6.5070: UDP, length 593
SIP/2.0 200 OK^M
Via: SIP/2.0/UDP 10.10.2.6:5070;branch=z9hG4bK8149125^M
From: Alice <sip:[EMAIL PROTECTED]>;tag=fromhackblah^M
To: Alice <sip:[EMAIL PROTECTED]>;tag=329cfeaa6ded039da25ff8cbb8668bd2.c3bf^M
CSeq: 1 REGISTER^M
Call-ID: [EMAIL PROTECTED]
Contact: <sip:[EMAIL PROTECTED]:5070>;expires=900^M
Server: OpenSer (1.1.0-notls (i386/darwin))^M
Content-Length: 0^M
Warning: 392 10.10.1.234:5060 "Noisy feedback tells: pid=11956 req_src_ip=10.10 .2.6 req_src_port=5070 in_uri=sip:siptest2.com:5060 out_uri=sip:siptest2.com:506
0 via_cnt==1"^M
^M




_______________________________________________
Users mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/users

Reply via email to