On Wed, Mar 30, 2011 at 5:04 PM, UMarius <marius@aseara.ro> wrote:
When is the SipSession created?
As a license thesis I'm developing an application router
Can you give more informationon the application router you're developing and if you would be interested in contributing it back to Mobicents once completed if there is community interest ?
and I noticed
that the request, for which the application router is called, has a
null SipSession (SipServletMessageImpl - getSipSession()). Is this
field going to get completed after the application router is called?
Yes since the sip session and sip application session are tied to the application and the application name is given by the router it can't be created before.
Is there any way in which I could complete this filed without messing
with Mobicents internals? I'm asking because I can't serialize the
object without this field completed.
Please create an issue about that if you really need it http://code.google.com/p/mobicents/issues/entry?template=Mobicents%20Sip%20Servlets%20Template, this can be fixed.
Why do you need to serialize the message at the router level ?
Thank you.