Status: New
Owner: ----
Labels: Priority-Medium

New issue 158 by [email protected]: SIP continuation failes if using NIO
https://code.google.com/p/jain-sip/issues/detail?id=158

Modify a Shootme example to use nio:
((SIPTransactionStack) sipStack).setMessageProcessorFactory(new NioMessageProcessorFactory());
Send a sip INVITE which is larger than 1500bytes.
The parsing will fail.
This works when using IO.

Tested on master 2015-03-26

If continuation breaks up the packet in the SDP the sip stack will:
* parse all headers
* indicate content-type: application/sdp
* indicate content-lenght: 0
* The continuation will cause a parse exception.


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "mobicents-all-issues-changes" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to