HP-UX C SIP Stack Message Layer Reference Guide (January 2008)
24 HP C SIP Stack Message Layer Reference Guide
Get and Set Functions
RvSipMsgSetReasonPhrase()
RvSipMsgSetReasonPhrase()
DESCRIPTION
Sets the reason phrase in the message status line.
SYNTAX
RvStatus RvSipMsgSetReasonPhrase(
IN RvSipMsgHandle hSipMsg,
IN RvChar* strReasonPhrase);
PARAMETERS
hSipMsg
The handle to the message.
strReasonPhrase
The reason phrase to be set in the message. If NULL is supplied, the existing
reason phrase of the message is removed
RETURN VALUES
Returns RvStatus.