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

https://tools.ietf.org/html/rfc5049

enhancement
Help Wanted

06:15:17,414 DEBUG [gov.nist.javax.sip.EventScanner](Timer-1) sipEvent = javax.sip.TransactionTerminatedEvent[source=gov.nist.javax.sip.SipProviderImpl@7a21c669]source = gov.nist.javax.sip.SipProviderImpl@7a21c669 06:15:17,414 DEBUG [gov.nist.javax.sip.EventScanner](Timer-1) About to deliver transactionTerminatedEvent 06:15:17,414 DEBUG [gov.nist.javax.sip.EventScanner](Timer-1) tx = gov.nist.javax.sip.stack.SIPClientTransactionImpl@fe964550 06:15:17,414 DEBUG [gov.nist.javax.sip.EventScanner](Timer-1) tx = null 06:15:17,414 ERROR [gov.nist.javax.sip.EventScanner](Timer-1)...

bug

Support for compact form of headers on the outgoing messages. Incoming messages are already supported.

enhancement
Help Wanted

In SIPDialog.java raiseErrorEvent(SIPDialogErrorEvent.DIALOG_ACK_NOT_RECEIVED_TIMEOUT); nextListener.dialogErrorEvent(newErrorEvent); The listener is SIPStackImpl not provider, SIPStackImpl inherit from SIPTransactionStack then call below code, do nothing just exit & close timer, not call provider dialogErrorEvent or...

In TLSMessageProcessor class, in run() method, below line creates object to TLSMessageChannel TLSMessageChannel newChannel = new TLSMessageChannel(newsock, sipStack, this, "TLSMessageChannelThread-" + nConnections); which in turn creates a thread and start...

Hi please consider following minimal code example: ``` import javax.sip.*; class Test implements SipListener { public static void main(String[] args) { try { SipFactory sipFactory = SipFactory.getInstance(); sipFactory.setPathName("gov.nist"); java.util.Properties properties...