Closed GoogleCodeExporter closed 9 years ago
Original comment by jean.deruelle
on 6 May 2014 at 4:47
How do you create the CANCEL request ? It doesn't have any Via Header which
seems weird. Can you share some code ?
Original comment by jean.deruelle
on 6 May 2014 at 5:12
Original comment by jean.deruelle
on 6 May 2014 at 5:12
As soon as possible I'll try to isolate the problem.
Original comment by messa...@gmail.com
on 6 May 2014 at 10:40
OK, I've reproduced the issue.
There is an ip address hard coded in SimpleSipServlet and in
canceltest/src/test/resources/sipstack.properties
In relation to the lack of the Via header is only a matter of logging. I don't
know why but mobicents removes the via header just before throw the exception
(line 1366 of SipServletRequestImpl "request.removeFirst(ViaHeader.NAME);" )
Original comment by messa...@gmail.com
on 7 May 2014 at 1:32
Attachments:
I found out (but this could be obvious for you) that hop is null only in the
case the server is launched with -Djboss.bind.address=0.0.0.0
Original comment by messa...@gmail.com
on 7 May 2014 at 9:55
Original comment by jean.deruelle
on 8 May 2014 at 4:38
Reproduced.
Original comment by jean.der...@telestax.com
on 27 May 2014 at 7:25
This issue was updated by revision a698c3357c8c.
Fix + non regression test
(cherry picked from commit 27e1818a8e98624dadcb6858bf27748b89766420)
Conflicts:
containers/sip-servlets-as7-drop-in/jboss-as-mobicents/.classpath
containers/sip-servlets-as7/.classpath
containers/sip-servlets-catalina-7/.classpath
containers/tomcat-7/.classpath
sip-servlets-core-api/.classpath
sip-servlets-impl/.classpath
Original comment by jean.der...@telestax.com
on 27 May 2014 at 9:05
Original comment by jean.der...@telestax.com
on 27 May 2014 at 9:05
Original comment by jean.der...@telestax.com
on 25 Aug 2014 at 10:52
Original issue reported on code.google.com by
messa...@gmail.com
on 29 Apr 2014 at 12:57Attachments: