Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-Sip-Servlets MSS-1.8.0.FINAL
Roadmap-Fix
New issue 143 by [email protected]: Allow sending retry INVITE after
receiving 422 response
http://code.google.com/p/sipservlets/issues/detail?id=143
What steps will reproduce the problem?
1.SIP servlet app sends INVITE to external UAS with small min-SE
2.UAS responds with 422 Session Interval Too Small
3.App sends INVITE again using the existing SipSession
What is the expected output? What do you see instead?
INVITE should be sent, similar to after receiving 401 or 407.
Instead, in MSS 1.7.0-FINAL, an IllegalStateException is thrown - "Cannot
create a subsequent request ... because the dialog is in TERMINATED
state"
What version of the product are you using? On what operating system?
1.7.0-FINAL on Tomcat 6. Linux
Please provide any additional information below.
Patch to
sip-servlets-impl/src/main/java/org/mobicents/servlet/sip/core/session/SipSessionImpl.java
attached.
Attachments:
mss-patch.txt 1.7 KB