OPAL
Version 3.18.8
|
#include <handlers.h>
Inherits PObject.
Public Member Functions | |
P_DECLARE_ENUM (States, Initial, Active, Terminated) | |
PString | GetStateName () const |
SIPRegNotification (const SIPURL &aor=SIPURL(), States state=Initial) | |
void | PrintOn (ostream &strm) const |
Static Public Member Functions | |
static PString | GetStateName (States state) |
static States | GetStateFromName (const PCaselessString &str) |
Data Fields | |
SIPURL | m_aor |
States | m_state |
std::list< SIPURL > | m_contacts |
Information for SIP "reg" event package (RFC3680) notification messages.
|
static |
|
static |
|
inline |
References GetStateName(), and m_state.
Referenced by GetStateName().
SIPRegNotification::P_DECLARE_ENUM | ( | States | , |
Initial | , | ||
Active | , | ||
Terminated | |||
) |
void SIPRegNotification::PrintOn | ( | ostream & | strm | ) | const |
SIPURL SIPRegNotification::m_aor |
std::list<SIPURL> SIPRegNotification::m_contacts |
States SIPRegNotification::m_state |
Referenced by GetStateName().