As a license thesis I'm developing an application router 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?
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.
Thank you.