OPAL  Version 3.10.10
SIPEndPoint::RegistrationStatus Struct Reference

#include <sipep.h>

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...
 

Detailed Description

Information provided on the registration status.

Field Documentation

◆ m_addressofRecord

PString SIPEndPoint::RegistrationStatus::m_addressofRecord

Address of record for registration.

◆ m_handler

SIPRegisterHandler* SIPEndPoint::RegistrationStatus::m_handler

Handler for registration.

◆ m_productInfo

OpalProductInfo SIPEndPoint::RegistrationStatus::m_productInfo

Server product info from registrar if available.

◆ m_reason

SIP_PDU::StatusCodes SIPEndPoint::RegistrationStatus::m_reason

Reason for status change.

◆ m_reRegistering

bool SIPEndPoint::RegistrationStatus::m_reRegistering

Was a registration refresh.

◆ m_userData

void* SIPEndPoint::RegistrationStatus::m_userData

User data corresponding to this registration.

◆ m_wasRegistering

bool SIPEndPoint::RegistrationStatus::m_wasRegistering

Was registering or unregistering.


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