OPAL
Version 3.18.8
|
#include <sipep.h>
Data Fields | |
SIPRegisterHandler * | m_handler |
Handler for registration. More... | |
PString | m_addressofRecord |
Address of record for registration. More... | |
bool | m_wasRegistering |
Was registering or unregistering. More... | |
bool | m_reRegistering |
Was a registration refresh. More... | |
SIP_PDU::StatusCodes | m_reason |
Reason for status change. More... | |
OpalProductInfo | m_productInfo |
Server product info from registrar if available. More... | |
void * | m_userData |
User data corresponding to this registration. More... | |
Friends | |
ostream & | operator<< (ostream &strm, const RegistrationStatus &status) |
Information provided on the registration status.
|
friend |
PString SIPEndPoint::RegistrationStatus::m_addressofRecord |
Address of record for registration.
SIPRegisterHandler* SIPEndPoint::RegistrationStatus::m_handler |
Handler for registration.
OpalProductInfo SIPEndPoint::RegistrationStatus::m_productInfo |
Server product info from registrar if available.
SIP_PDU::StatusCodes SIPEndPoint::RegistrationStatus::m_reason |
Reason for status change.
bool SIPEndPoint::RegistrationStatus::m_reRegistering |
Was a registration refresh.
void* SIPEndPoint::RegistrationStatus::m_userData |
User data corresponding to this registration.
bool SIPEndPoint::RegistrationStatus::m_wasRegistering |
Was registering or unregistering.