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

750 HP C SIP Stack Message Layer Reference Guide
Get and Set Functions
RvSipSubscriptionStateHeaderSetOtherParams()
RvSipSubscriptionStateHeaderSetOtherParams()
DESCRIPTION
Sets the other-params parameter in the Subscription-State header. Not all the
Subscription-State header parameters have separated parameters in the
Subscription-State header. Parameters with no specific parameters are referred
to as other-params. They are kept in the object in one concatenated string in
the following form: name=value;name=value....
SYNTAX
RvStatus RvSipSubscriptionStateHeaderSetOtherParams(
IN RvSipSubscriptionStateHeaderHandle hHeader,
IN RvChar* strOtherParam);
PARAMETERS
hHeader
The handle to the Subscription-State header.
strOtherParam
The extended parameters parameter to be set in the Subscription-State header. If
NULL is supplied, the existing extended parameters parameter is removed from
the header.
RETURN VALUES
Returns RvStatus.