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...
For fast failover of an initial INVITE, we want to be able to configure timer B to a value lower than 32 seconds. This is similar to how opensips allows...
Can you please merge this change in NIOHandler ? The issue is that the 1st SIP re-INVITE from Jain sip going out will fail sending the data: Dead socketChanneljava.nio.channels.SocketChannel[connected local=/10.3.85.54:55327...
**Issue:** From looking at `NioPipelineParser`, I'm wondering whether messages for a specific `callId` could be processed out of order? **Reason:** #59 / 6e5a46f reworked the sipStack's selfRoutingThreadpoolExecutor to use a...
As stated in the title,may I develop commercial application base on jain-sip src? Caus the JSIP-Spec-license confused me as below: _"For the purposes of this Agreement: "Independent Implementation" shall mean...
Run into issue with NioPipelineParser when processing SIP message with an extra CRLF at the end of message body received over TCP connection that stays alive forever. Say SIP message...
I have been trying jain-sip client to send Register request by using transport as websocket. When java client sends Register request to OfficeSip , client gets timeout event as response....
When deleting listening point, sometimes exception is thrown with following stack trace: ``` [Logger] java.util.ConcurrentModificationException [Logger] at java.util.LinkedList$ListItr.checkForComodification(LinkedList.java:966) [Logger] at java.util.LinkedList$ListItr.next(LinkedList.java:888) [Logger] at gov.nist.javax.sip.stack.UDPMessageProcessor.stop(UDPMessageProcessor.java:317) [Logger] at gov.nist.javax.sip.stack.SIPTransactionStack.removeMessageProcessor(SIPTransactionStack.java:2471) [Logger] at gov.nist.javax.sip.SipStackImpl.deleteListeningPoint(SipStackImpl.java:1682)...
I meet one issue : it check headers fail when the sip inviter message is below: `` INVITE sip:[email protected]:8888;transport=udp SIP/2.0 Via: SIP/2.0/UDP 10.224.59.29:5060;rport=5060;branch=z9hG4bKa3d95f1d12d7b336;received=10.224.59.29 Max-Forwards: 70 To: From: ;tag=a1d396220abe640c Call-ID: [email protected]...
Possible Fix : Connected flag in NIOHandler.java > openOutgoingConnection is not updated correctly
First thanks for making this great library for SIP communication !! While using the Jain SIP library for SIP over Websocket, I found one issue in NIOHandler.java file in openOutgoingConnection...