jain-sip icon indicating copy to clipboard operation
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...

Results 76 jain-sip issues
Sort by recently updated
recently updated
newest added

There is a race condition between starting the retransmit timer for the OK response to an INVITE and the ACK processing. The issue occurs when the ACK is received and...

bug

If you call SipStack.createListeningPoint with IP address not on your host, sip stack will keep listening point because ``` this.listeningPoints.put(key, lip); ``` is executed and then ``` messageProcessor.start(); ``` throws...

[This line](https://github.com/RestComm/jain-sip/blob/master/src/gov/nist/javax/sip/message/MessageFactoryImpl.java#L736) calls `String#getBytes` without specifying an encoding. This can cause problems depending on the default encoding of the platform. For example, if the default encoding is US-ASCII, the `getBytes`...

bug

I see this weird behaviour when I try to use port 5060 with TLS enabled (which is wrong of course), but I would expect the REGISTER transaction to time out...

question

2016-12-22 18:04:24,971 ERROR pool-AffinityJAIN-thread-7 gov.nist.core.CommonLoggerLog4j.logError(CommonLoggerLog4j.java:224) - Error occured processing message LoadBalancer Exception java.lang.Exception: Bad CSeq methodPINGREGISTER sip:cloud.restcomm.com SIP/2.0 LoadBalancer Exception Call-ID: 1482429864880 CSeq: 1 REGISTER From: ;tag=1482429864887 To: Via: SIP/2.0/WSS...

bug

Add methods in extension interface to allow encoding/decoding of uri params happen in the stack, instead of the app code as of now

enhancement

**ISSUE** - A null pointer exception is observed when socket is disconnected . **Exception Trace** - 2017-02-07 17:02:12,299 DEBUG [NioTcpMessageProcessor] (NioSelector-TCP-127.0.0.1/5062) After select 2017-02-07 17:02:12,299 DEBUG [NioTcpMessageProcessor] (NioSelector-TCP-127.0.0.1/5062) We got...

bug

This imply: - Code relocation to match maven convention - TCK and testsuite running - CI jobs update Ant script will be discontinued

enhancement
ready
Tech Debt

Even if RFC3261 doesnt support ScopeIds yet, OS running the stack still publish addresses with scope Ids. To support an IPV6 real case deployment, we should try to cover/support scopeId

enhancement