Status: Accepted
Owner: jean.deruelle
Labels: Type-Defect Priority-Medium Component-Sip-Servlets Version-1.4.00
Release-Type-GA Roadmap-Fix
New issue 1668 by jean.deruelle: API to cancel and terminate the
transaction when no final response has been received
http://code.google.com/p/mobicents/issues/detail?id=1668
In proxy case, we currently have a mechanism for disabling the
retransmissions and the timeout timer if no final response has been
received. Intsead of doing it by default, it would be preferrable to have
an API method to specify that it should be activated and that on cancel the
tx should be killed (this can be true by default)
Also It throws NPE due to underlying changes in the stack
See
https://access.redhat.com/issue-tracker/?module=issues&action=view&tid=1091763
In B2BUA or UAC case, a new timer has been added in JAIN SIP that allows to
add an Expires Header See
https://jain-sip.dev.java.net/issues/show_bug.cgi?id=304 and Also
https://jain-sip.dev.java.net/issues/show_bug.cgi?id=307 :
gov.nist.javax.sip.EARLY_DIALOG_TIMEOUT_SECONDS=integer : Maximum time for
which a dialog can remain in early state. This is defaulted to 3 minutes (
180 seconds).