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...
10:51:29,433 DEBUG [org.mobicents.servlet.sip.core.SipNetworkInterfaceManagerImpl] (pool-sip_servlets_congestion_control-thread-2) Outbound Interface : sip:10.0.0.28:5082;transport=ws 10:51:29,433 DEBUG [org.mobicents.servlet.sip.core.SipNetworkInterfaceManagerImpl] (pool-sip_servlets_congestion_control-thread-2) Outbound Interface : sip:10.0.0.28:5080;transport=udp 10:51:29,433 DEBUG [org.mobicents.servlet.sip.core.SipApplicationDispatcherImpl] (pool-sip_servlets_congestion_control-thread-2) State(IN_SERVICE).Executing action:org.mobicents.servlet.sip.core.DispatcherFSM$NotififyConnectorRemoved@3b66d6b1 10:51:29,434 DEBUG [org.mobicents.servlet.sip.startup.SipStandardContext] (pool-sip_servlets_congestion_control-thread-2) 5 container to notify...
**Issue:** Process is taking huge memory due to creation of 2 billion character "
Hi Team, We found a bug inside AddressParser.java when it tries to parse SIP Header with "Text" information. Here an example from RFC: ; index=1.1.2, Please try to run AddressParserTest...
Hi Team, We found a bug inside AddressParser.java when it tries to parse SIP Header with "Text" information. Here an example from RFC: ; index=1.1.2, Please try to run AddressParserTest...
When gov.nist.javax.sip.CACHE_SERVER_CONNECTIONS is set to false and TCP is used, jain-sip close socket too soon before responding 200 Ok to REGISTER message.
We have a scenario where binding an IP address fails with IOException in createListeningPoint. The reason for that is that the network device with the given IP address is not...
syntax for P-Access-Network-Info: P-Access-Network-Info = P-Access-Network-Info HCOLON access-net-spec *(COMMA access-net-spec) access-net-spec = (access-type / access-class) *(SEMI access-info) access-type = "IEEE-802.11" / "IEEE-802.11a" / "IEEE-802.11b" / "IEEE-802.11g" / "IEEE-802.11n" / "3GPP-GERAN"...
RFC 2617 stated that the nonce data string should be uniquely generated (§3.2.1) But to detect/prevent replay attack the server side could reuse the same nonce (§4.3,§4.4,§4.5) the nonce count...
When jain-sip creates TLS Sockets using NIO it seems (or due my configuration) certificate validation is done even if tried to disable it on Sip Stack roperties I set the...
The current implementation does send a duplicate CRLF in the case of a TCP/TLS connection shutdown (socket closed). This leads to the situation that the PipelinedMsgParser handles it as "RFC...