HP-UX C SIP Stack Message Layer Reference Guide (January 2008)

Message Object Functions 65
Get and Set Functions
RvSipMsgGetCallIdCompactForm()
RvSipMsgGetCallIdCompactForm()
DESCRIPTION
Gets the compact form indication of the Call-ID header found in the supplied
message.
SYNTAX
RvStatus RvSipMsgGetCallIdCompactForm(
IN RvSipMsgHandle hSipMsg,
IN RvBool *pbIsCompact)
PARAMETERS
hSipMsg
The handle to the message.
bIsCompact
Specifies whether or not compact form is used. RV_TRUE if the header uses
compact form, otherwise RV_FALSE.
RETURN VALUES
Returns RvStatus.