
Message Type Definitions 899
Message API Type Definitions
RvSipAuthStale
RvSipAuthStale
DESCRIPTION
The enumeration used to indicate the authentication stale parameter.
SYNTAX
typedef enum{
RVSIP_AUTH_STALE_UNDEFINED = -1,
RVSIP_AUTH_STALE_FALSE,
RVSIP_AUTH_STALE_TRUE,
}RvSipAuthStale;