HP-UX C SIP Stack Programmer's Guide (Novembery 2007)
410 HP-UX C SIP Stack Programmer’s Guide
Configuration Parameters
When a call-leg receives a 2xx response to an INVITE message
after cancelling it, the application can manually send an ACK
message, and the SIP Stack will not send a BYE message
automatically.
Default value: RV_FALSE
Remarks: Group A parameter
enableInviteProceedingTimeoutState
Specifies whether to enable the INVITE_PROCEEDING_TIMEOUT state. A
client Invite transaction that reaches timeout while in the PROCEEDING state
will assume the INVITE_PROCEEDING_TIMEOUT state if this parameter is
set to RV_TRUE. At this point the application can decide whether to terminate
the transaction or to cancel it.
Default Value: RV_FALSE
Remarks: Group A parameter
enableServerAuth
Indicates whether or not to enable the server authentication feature.
Default Value: RV_FALSE
Remarks: Group A parameter
bDynamicInviteHandling
Indicates that an incoming INVITE can be handled above the call-leg or the
Transaction layer according to the application decision. If this parameter is set to
RV_TRUE, RvSipTransactionOpenCallLegEv() will be called for every initial
INVITE and the application will have to decide whether or not to open a call-leg
for this INVITE.
If the application chooses not to open a call-leg, this INVITE will be handled
using the Transaction state machine, callbacks and API functions. The
application will get both RvSipTransactionCreatedEv() and
RvSipTransactionStateChangedEv() for this transaction.
A Transaction that does not match any call-leg will be given to the application
and the application will have to respond to it.
Default Value: RV_FALSE
Remarks: Group A parameter.
Remarks: When set to RV_TRUE the SIP Stack does not handle any
transaction automatically.