HP-UX Java SIP Stack Programmer's Guide (February 2008)
Table 2-1 SIP Stack Parameters (continued)
DescriptionParameter Name
If this parameter is set to true, the listener
views the ACK for the non-2xx responses. The
default value is false.
com.hp.net.javax.sip.PASS_INIVTE_NON2XX_
ACK_TO_LISTENER
Specifies the maximum time (in seconds)
before sending a response to a server
transaction. The stack deletes this transaction
if a server does not send a response within this
period of time. The default value is infinity,
that is, if the listener does not respond, the
stack hangs on to a reference for the
transaction. It results in a memory leak.
com.hp.net.javax.sip.MAX_LISTENER_
RESPONSE_TIME
Permits the delegation of TLS encryption or
decryption to an external non-SIP-aware TLS
accelerator hardware. The default value is
false.
com.hp.net.javax.sip.USE_TLS_ACCELERATOR
Notifies the termination of the ACK
transactions (pseuedo-transaction) to the
application so that all the server transactions
are handled uniformly in the user code during
cleanup. The default value is false.
com.hp.net.javax.sip.DELIVER_TERMINATED
_EVENT_FOR_ACK
Defines the timeout (in milliseconds) between
successive reads after the first byte of a SIP
message is read by the stack. This is relevant
for incoming TCP connections to prevent
starvation at the server. All the SIP headers
must be delivered within this interval and each
successive buffer must be of the content
delivered in this interval. The default value is
-1.
com.hp.net.javax.sip.READ_TIMEOUT
Specifies the fully qualified classpath for an
implementation of the AddressResolver
interface.
The AddressResolver enables you to
support lookup schemes for addresses that are
not directly resolvable to IP addresses using
getHostByName(). You can customize
address lookup by specifying your own
address resolver. The default address resolver
is a pass-through address resolver, that is, it
returns the input string without performing a
resolution.
com.hp.net.javax.sip.ADDRESS_RESOLVER
Automatically generates a getTimeOfDay
timestamp for a retransmitted request if the
original request contained a timestamp.
com.hp.net.javax.sip.AUTO_GENERATE
_TIMESTAMP
HP-UX JSR32 Features 49