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

920 HP C SIP Stack Message Layer Reference Guide
Message API Type Definitions
RvSipSubscriptionSubstate
RvSipSubscriptionSubstate
DESCRIPTION
Indicates the substate in the Subscription-State header.
SYNTAX
typedef enum{
RVSIP_SUBSCRIPTION_SUBSTATE_UNDEFINED = -1,
RVSIP_SUBSCRIPTION_SUBSTATE_ACTIVE,
RVSIP_SUBSCRIPTION_SUBSTATE_PENDING,
RVSIP_SUBSCRIPTION_SUBSTATE_TERMINATED,
RVSIP_SUBSCRIPTION_SUBSTATE_OTHER
}RvSipSubscriptionSubstate;