Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-Sip-Servlets MSS-2.0.0.FINAL
Roadmap-Fix
New issue 153 by [email protected]: SIP Outbound (RFC 5626) broken for
target refresh
http://code.google.com/p/sipservlets/issues/detail?id=153
What steps will reproduce the problem?
1. Have a mobile client initiate e.g. a SIP INVITE to the server. Since it
is using sip outbound the client will append the "ob" parameter onto the
contact (and of course will be using TCP).
2. As the mobile swap networks, it will have to update its contact address
and issues a target refresh request (empty invite) where the new contact
address states a new ip (which is pretty irrelevant since it will most
likely be wrong anyway). Of course, this contact header also contains
the "ob" parameter.
3. Try and send a BYE to the client
What is the expected output? What do you see instead?
The BYE should make it through.
What version of the product are you using? On what operating system?
mss 1.7.0.Final on Linux
Please provide any additional information below.
I have a patch for it. Will submit it asap.