Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-Sip-Servlets MSS-2.0.0.FINAL
Roadmap-Fix
New issue 164 by [email protected]: CANCEL not proxied after INVITE
http://code.google.com/p/sipservlets/issues/detail?id=164
What steps will reproduce the problem?
1.Send an INVITE that will be proxied.
2.Send a CANCEL for that INVITE before a final response is received.
What is the expected output? What do you see instead?
I expect the CANCEL to be proxied as the INVITE was.
The CANCEL is responded to with a 200 Cancelling, but is not proxied.
What version of the product are you using? On what operating system?
I'm using sipservlets 1.7.0 on CentOS5.8
Please provide any additional information below.
I've attached a copy of the servlet I used for testing along with the SIPp
scripts I used and a wireshark trace of the output.
I ran the SIPp server on 127.0.0.2 and the client on 127.0.0.1 and the
servlet was running on 172.16.0.49.
Attachments:
SimpleSipServlet.java 505 bytes
client_SimpleSipServletTest.xml 1.4 KB
server_SimpleSipServletTest.xml 1.0 KB
wiresharktrace.pcap 2.5 KB