jain-sip
jain-sip copied to clipboard
Disclaimer: This repository is a git-svn mirror of the project found at http://java.net/projects/jsip whose original repository is developed collaboratively by the Advanced Networking Technologies Div...
Now it seems app is expected to uri encode param value before setting in the SipURI objects. But internally, SipURI uses URIDecoder during equals logic, this seems a bit messy
Current test suite runs in more than one hour. It would be desirable to run it under 10 min for proper CI. Replacing Thread.sleep with repeated aserrtions could reduce the...
Some phones reuse INVITE TX to send provisional response ack. It would be interesting to allow those instead of filtering them out
It should be possible to setup a logic to be triggered before parsing a SIP message. This could potentially allow us to prevent DDoS attacks if SIP message is invalid....
Currently there are many situation where ERROR level is not correctly used. As stated by Java convention ERROR level should be reserved for situations where system function is affected (network...
"But, every 3rd run I get the following issue. Could you take a look? There are other ERROR lines which I think are associated with this one.. Note, I am...
check compilationa nad testSuite issues... What happens with secondary project jainExt jainHA?
after profiling sessions a hotspot was identified in String.intern. Apparently the lookup cost is high
after profilinig session this was identified as CPU hotspot
Current SIPMessage implementation makes object too long compared with original message. To reduce memory consumption is key to have a very light message structure, so living requests do not consume...