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