|
OPAL
Version 3.14.3
|
#include <sippdu.h>

Data Fields | |
| SIPSubscribeHandler * | m_handler |
| Handler for subscription. More... | |
| PString | m_addressofRecord |
| Address of record for registration. More... | |
| bool | m_wasSubscribing |
| Was registering or unregistering. More... | |
| bool | m_reSubscribing |
| 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 SubscriptionStatus &status) |
Information provided on the subscription status.
|
friend |
| PString SIPSubscribe::SubscriptionStatus::m_addressofRecord |
Address of record for registration.
| SIPSubscribeHandler* SIPSubscribe::SubscriptionStatus::m_handler |
Handler for subscription.
| OpalProductInfo SIPSubscribe::SubscriptionStatus::m_productInfo |
Server product info from registrar if available.
| SIP_PDU::StatusCodes SIPSubscribe::SubscriptionStatus::m_reason |
Reason for status change.
| bool SIPSubscribe::SubscriptionStatus::m_reSubscribing |
Was a registration refresh.
| void* SIPSubscribe::SubscriptionStatus::m_userData |
User data corresponding to this registration.
| bool SIPSubscribe::SubscriptionStatus::m_wasSubscribing |
Was registering or unregistering.