OPAL  Version 3.14.3
SIPEndPoint::RegistrationStatus Struct Reference

#include <sipep.h>

Collaboration diagram for SIPEndPoint::RegistrationStatus:

Data Fields

SIPRegisterHandlerm_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)
 

Detailed Description

Information provided on the registration status.

Friends And Related Function Documentation

ostream& operator<< ( ostream &  strm,
const RegistrationStatus status 
)
friend

Field Documentation

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.


The documentation for this struct was generated from the following file: