|
OPAL
Version 3.10.10
|
#include <sippdu.h>
Public Member Functions | |
| NotifyCallbackInfo (SIPEndPoint &ep, OpalTransport &trans, SIP_PDU ¬ify, SIP_PDU &response) | |
| bool | SendResponse (SIP_PDU::StatusCodes status, const char *extra=NULL) |
Data Fields | |
| SIPEndPoint & | m_endpoint |
| OpalTransport & | m_transport |
| SIP_PDU & | m_notify |
| SIP_PDU & | m_response |
| bool | m_sendResponse |
| SIPSubscribe::NotifyCallbackInfo::NotifyCallbackInfo | ( | SIPEndPoint & | ep, |
| OpalTransport & | trans, | ||
| SIP_PDU & | notify, | ||
| SIP_PDU & | response | ||
| ) |
| bool SIPSubscribe::NotifyCallbackInfo::SendResponse | ( | SIP_PDU::StatusCodes | status, |
| const char * | extra = NULL |
||
| ) |
| SIPEndPoint& SIPSubscribe::NotifyCallbackInfo::m_endpoint |
| SIP_PDU& SIPSubscribe::NotifyCallbackInfo::m_notify |
| SIP_PDU& SIPSubscribe::NotifyCallbackInfo::m_response |
| bool SIPSubscribe::NotifyCallbackInfo::m_sendResponse |
| OpalTransport& SIPSubscribe::NotifyCallbackInfo::m_transport |