Comment #11 on issue 1389 by [email protected]: ServerTransaction does
not timeout
http://code.google.com/p/mobicents/issues/detail?id=1389
If this property works as documented, then our problems are solved
(irrespective of MSS or
JSLEE):
gov.nist.javax.sip.MAX_LISTENER_RESPONSE_TIME = Integer
Max time (seconds) before sending a response to a server transaction. If a
response is not sent within this time period, the transaction will be
deleted
by the stack. Default time is "infinity" - i.e. if the listener never
responds, the stack will hang on to a reference for the transaction and
result in a memory leak.