JNec / sipservlets

Automatically exported from code.google.com/p/sipservlets
0 stars 0 forks source link

createApplicationSession() does not create new session if the http session has already one associated. #171

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. From a HTTP invocation create a SipApplicationSession using the SipFactory.
2. From a second HTTP invocation related to the same HTTP session, create 
another SipApplicationSession. 

What is the expected output? What do you see instead?
Despite createApplicationSession() being called multiple times from the same 
http session context, I would expect the createApplicationSession() method to 
return a new application session each time. 

I can't find any indication either the Sip Servlet javadocs or specification 
that suggests the createApplicationSession method should behave differently for 
converged sessions.  

What version of the product are you using? On what operating system?
mss-2.0.0.FINAL-jboss-as-7.1.2.Final

Please provide any additional information below.

Original issue reported on code.google.com by irev...@gmail.com on 15 Oct 2012 at 11:59

GoogleCodeExporter commented 8 years ago

Original comment by jean.deruelle on 19 Oct 2012 at 11:18

GoogleCodeExporter commented 8 years ago

Original comment by jean.deruelle on 19 Oct 2012 at 11:18

GoogleCodeExporter commented 8 years ago

Original comment by jean.deruelle on 5 Jul 2013 at 7:44

GoogleCodeExporter commented 8 years ago
No there is only one parent SipApplicationSession for a given HTTP Session.
See Section 13.5 Association of HTTP Session With SipApplicationSession and 
13.6 Finding Parent SipApplicationsSession From A Protocol Session this is 
implied there. In the future , please create a thread at 
http://groups.google.com/group/mobicents-public/ before raising an issue.

Original comment by jean.deruelle on 25 Apr 2014 at 4:46

GoogleCodeExporter commented 8 years ago

Original comment by jean.der...@telestax.com on 25 Aug 2014 at 10:53