HP-UX C SIP Stack Message Layer Reference Guide (February 2008)
Message Object Functions 51
Get and Set Functions
RvSipMsgSetCallIdHeader()
RvSipMsgSetCallIdHeader()
DESCRIPTION
Sets a Call-ID in the message.
SYNTAX
RvStatus RvSipMsgSetCallIdHeader(
IN RvSipMsgHandle hSipMsg,
IN RvChar* strCallId);
PARAMETERS
hSipMsg
The handle to the message.
strCallId
The new Call-ID string to be set in the message. If a NULL value is supplied,
the existing Call-ID is removed from the message.
RETURN VALUES
Returns RvStatus.