|
| SIPSubscribe (SIPTransactionOwner &owner, OpalTransport &transport, SIPDialogContext &dialog, const Params ¶ms) |
|
virtual SIPTransaction * | CreateDuplicate () const |
|
| ~SIPTransaction () |
|
bool | Start () |
|
bool | IsTrying () const |
|
bool | IsProceeding () const |
|
bool | IsInProgress () const |
|
bool | IsFailed () const |
|
bool | IsCompleted () const |
|
bool | IsCanceled () const |
|
bool | IsTerminated () const |
|
void | WaitForCompletion () |
|
PBoolean | Cancel () |
|
void | Abort () |
|
virtual PBoolean | OnReceivedResponse (SIP_PDU &response) |
|
virtual PBoolean | OnCompleted (SIP_PDU &response) |
|
SIPEndPoint & | GetEndPoint () const |
|
SIPConnection * | GetConnection () const |
|
PString | GetInterface () const |
|
| SIPTransactionBase (const PString &transactionID) |
|
Comparison | Compare (const PObject &other) const |
|
| SIP_PDU (Methods method=SIP_PDU::NumMethods, const OpalTransportPtr &transport=NULL, const PString &transactionID=PString::Empty()) |
|
| SIP_PDU (const SIP_PDU &request, StatusCodes code, const SDPSessionDescription *sdp=NULL) |
|
| SIP_PDU (const SIP_PDU &) |
|
SIP_PDU & | operator= (const SIP_PDU &) |
|
| ~SIP_PDU () |
|
void | PrintOn (ostream &strm) const |
|
void | InitialiseHeaders (const SIPURL &dest, const SIPURL &to, const SIPURL &from, const PString &callID, unsigned cseq) |
|
void | InitialiseHeaders (SIPDialogContext &dialog, unsigned cseq=0) |
|
void | InitialiseHeaders (SIPConnection &connection, unsigned cseq=0) |
|
void | InitialiseHeaders (const SIP_PDU &request) |
|
bool | SetRoute (const SIPURLList &routeSet) |
|
bool | SetRoute (const SIPURL &proxy) |
|
void | SetAllow (unsigned bitmask) |
|
StatusCodes | Read () |
|
StatusCodes | Parse (istream &strm, bool truncated) |
|
virtual bool | Send () |
|
bool | SendResponse (StatusCodes code) |
|
void | Build (PString &pduStr, PINDEX &pduLen) |
|
const PString & | GetTransactionID () const |
|
Methods | GetMethod () const |
|
StatusCodes | GetStatusCode () const |
|
void | SetStatusCode (StatusCodes c) |
|
const SIPURL & | GetURI () const |
|
void | SetURI (const SIPURL &newuri) |
|
unsigned | GetVersionMajor () const |
|
unsigned | GetVersionMinor () const |
|
void | SetCSeq (unsigned cseq) |
|
const PString & | GetEntityBody () const |
|
void | SetEntityBody (const PString &body) |
|
void | SetEntityBody () |
|
const PString & | GetInfo () const |
|
void | SetInfo (const PString &info) |
|
const SIPMIMEInfo & | GetMIME () const |
|
SIPMIMEInfo & | GetMIME () |
|
SDPSessionDescription * | GetSDP () |
|
void | SetSDP (SDPSessionDescription *sdp) |
|
bool | DecodeSDP (SIPEndPoint &endpoint, const OpalMediaFormatList &masterList) |
|
bool | IsContentSDP (bool emptyOK=false) const |
|
const PString & | GetExternalTransportAddress () const |
|
OpalTransportPtr | GetTransport () const |
|
void | SetTransport (const OpalTransportPtr &transport) |
|