#include <sipstack.h>
Definition at line 26 of file sipstack.h.
Public Member Functions | |
| SipMsg (QString Method) | |
| SipMsg () | |
| ~SipMsg () | |
| void | addRequestLine (SipUrl &Url) |
| void | addStatusLine (int Code) |
| void | addVia (QString Hostname, int Port) |
| void | addTo (SipUrl &to, QString tag="", QString epid="") |
| void | addFrom (SipUrl &from, QString tag="", QString epid="") |
| void | addViaCopy (QString Via) |
| void | addToCopy (QString To, QString Tag="") |
| void | addFromCopy (QString From) |
| void | addRRCopy (QString RR) |
| void | addCallId (SipCallId id) |
| void | addCSeq (int c) |
| void | addContact (SipUrl contact, QString Methods="") |
| void | addUserAgent (QString ua="MythPhone") |
| void | addAllow () |
| void | addEvent (QString Event) |
| void | addSubState (QString State, int Expires) |
| void | addAuthorization (QString authMethod, QString Username, QString Password, QString realm, QString nonce, QString uri, bool Proxy=false) |
| void | addProxyAuthorization (QString authMethod, QString Username, QString Password, QString realm, QString nonce, QString uri) |
| void | addExpires (int e) |
| void | addTimestamp (int t) |
| void | addNullContent () |
| void | addContent (QString contentType, QString contentData) |
| void | insertVia (QString Hostname, int Port) |
| void | removeVia () |
| QString | StatusPhrase (int Code) |
| void | decode (QString sipString) |
| QString | string () |
| QString | getMethod () |
| int | getCSeqValue () |
| QString | getCSeqMethod () |
| int | getExpires () |
| int | getTimestamp () |
| int | getStatusCode () |
| QString | getReasonPhrase () |
| SipCallId * | getCallId () |
| SipMsg & | operator= (SipMsg &rhs) |
| SipSdp * | getSdp () |
| SipXpidf * | getXpidf () |
| QString | getPlainText () |
| SipUrl * | getContactUrl () |
| SipUrl * | getRecRouteUrl () |
| SipUrl * | getFromUrl () |
| SipUrl * | getToUrl () |
| QString | getFromTag () |
| QString | getFromEpid () |
| QString | getToTag () |
| QString | getCompleteTo () |
| QString | getCompleteFrom () |
| QString | getCompleteVia () |
| QString | getCompleteRR () |
| QString | getViaIp () |
| int | getViaPort () |
| QString | getAuthMethod () |
| QString | getAuthRealm () |
| QString | getAuthNonce () |
| void | addGenericLine (QString Line) |
Private Member Functions | |
| void | decodeLine (QString line) |
| void | decodeRequestLine (QString line) |
| void | decodeVia (QString via) |
| void | decodeFrom (QString from) |
| void | decodeTo (QString to) |
| void | decodeContact (QString contact) |
| void | decodeRecordRoute (QString rr) |
| void | decodeCseq (QString cseq) |
| void | decodeExpires (QString Exp) |
| void | decodeTimestamp (QString ts) |
| void | decodeCallid (QString callid) |
| void | decodeAuthenticate (QString auth) |
| void | decodeContentType (QString cType) |
| void | decodeSdp (QString content) |
| void | decodeXpidf (QString content) |
| void | decodePlainText (QString content) |
| QPtrList< sdpCodec > * | decodeSDPLine (QString sdpLine, QPtrList< sdpCodec > *codecList) |
| void | decodeSDPConnection (QString c) |
| QPtrList< sdpCodec > * | decodeSDPMedia (QString m) |
| void | decodeSDPMediaAttribute (QString a, QPtrList< sdpCodec > *codecList) |
| SipUrl * | decodeUrl (QString source) |
Private Attributes | |
| QString | Msg |
| QStringList | attList |
| QString | thisMethod |
| int | statusCode |
| QString | statusText |
| SipCallId * | callId |
| int | cseqValue |
| QString | cseqMethod |
| int | Expires |
| int | Timestamp |
| bool | msgContainsSDP |
| bool | msgContainsXPIDF |
| bool | msgContainsPlainText |
| SipSdp * | sdp |
| SipXpidf * | xpidf |
| QString | PlainTextContent |
| SipUrl * | contactUrl |
| SipUrl * | recRouteUrl |
| SipUrl * | fromUrl |
| SipUrl * | toUrl |
| QString | fromTag |
| QString | toTag |
| QString | fromEpid |
| QString | completeTo |
| QString | completeFrom |
| QString | viaIp |
| int | viaPort |
| QString | completeVia |
| QString | completeRR |
| QString | authMethod |
| QString | authRealm |
| QString | authNonce |
| SipMsg::SipMsg | ( | QString | Method | ) |
Definition at line 44 of file sipstack.cpp.
| SipMsg::SipMsg | ( | ) |
Definition at line 73 of file sipstack.cpp.
| SipMsg::~SipMsg | ( | ) |
Definition at line 102 of file sipstack.cpp.
| void SipMsg::addRequestLine | ( | SipUrl & | Url | ) |
Definition at line 149 of file sipstack.cpp.
Referenced by SipCall::BuildSendAck(), SipCall::BuildSendBye(), SipCall::BuildSendCancel(), SipCall::BuildSendInvite(), SipCall::BuildSendReInvite(), SipIM::SendMessage(), SipSubscriber::SendNotify(), SipRegistration::SendRegister(), and SipWatcher::SendSubscribe().
| void SipMsg::addStatusLine | ( | int | Code | ) |
Definition at line 154 of file sipstack.cpp.
Referenced by SipFsmBase::BuildSendStatus(), and SipRegistrar::SendResponse().
| void SipMsg::addVia | ( | QString | Hostname, | |
| int | Port | |||
| ) |
Definition at line 159 of file sipstack.cpp.
Referenced by SipCall::BuildSendAck(), SipCall::BuildSendBye(), SipCall::BuildSendCancel(), SipCall::BuildSendInvite(), SipCall::BuildSendReInvite(), SipIM::SendMessage(), SipSubscriber::SendNotify(), SipRegistration::SendRegister(), SipRegistrar::SendResponse(), and SipWatcher::SendSubscribe().
| void SipMsg::addTo | ( | SipUrl & | to, | |
| QString | tag = "", |
|||
| QString | epid = "" | |||
| ) |
Definition at line 169 of file sipstack.cpp.
Referenced by SipCall::BuildSendAck(), SipCall::BuildSendBye(), SipCall::BuildSendCancel(), SipCall::BuildSendInvite(), SipCall::BuildSendReInvite(), SipIM::SendMessage(), SipSubscriber::SendNotify(), SipRegistration::SendRegister(), SipRegistrar::SendResponse(), and SipWatcher::SendSubscribe().
| void SipMsg::addFrom | ( | SipUrl & | from, | |
| QString | tag = "", |
|||
| QString | epid = "" | |||
| ) |
Definition at line 187 of file sipstack.cpp.
Referenced by SipCall::BuildSendAck(), SipCall::BuildSendBye(), SipCall::BuildSendCancel(), SipCall::BuildSendInvite(), SipCall::BuildSendReInvite(), SipIM::SendMessage(), SipSubscriber::SendNotify(), SipRegistration::SendRegister(), SipRegistrar::SendResponse(), and SipWatcher::SendSubscribe().
| void SipMsg::addViaCopy | ( | QString | Via | ) | [inline] |
| void SipMsg::addToCopy | ( | QString | To, | |
| QString | Tag = "" | |||
| ) |
Definition at line 179 of file sipstack.cpp.
Referenced by SipCall::BuildSendBye(), and SipFsmBase::BuildSendStatus().
| void SipMsg::addFromCopy | ( | QString | From | ) | [inline] |
Definition at line 39 of file sipstack.h.
Referenced by SipCall::BuildSendBye(), and SipFsmBase::BuildSendStatus().
| void SipMsg::addRRCopy | ( | QString | RR | ) | [inline] |
| void SipMsg::addCallId | ( | SipCallId | id | ) |
Definition at line 197 of file sipstack.cpp.
Referenced by SipCall::BuildSendAck(), SipCall::BuildSendBye(), SipCall::BuildSendCancel(), SipCall::BuildSendInvite(), SipCall::BuildSendReInvite(), SipFsmBase::BuildSendStatus(), SipIM::SendMessage(), SipSubscriber::SendNotify(), SipRegistration::SendRegister(), SipRegistrar::SendResponse(), and SipWatcher::SendSubscribe().
| void SipMsg::addCSeq | ( | int | c | ) |
Definition at line 202 of file sipstack.cpp.
Referenced by SipCall::BuildSendAck(), SipCall::BuildSendBye(), SipCall::BuildSendCancel(), SipCall::BuildSendInvite(), SipCall::BuildSendReInvite(), SipFsmBase::BuildSendStatus(), SipIM::SendMessage(), SipSubscriber::SendNotify(), SipRegistration::SendRegister(), SipRegistrar::SendResponse(), and SipWatcher::SendSubscribe().
| void SipMsg::addContact | ( | SipUrl | contact, | |
| QString | Methods = "" | |||
| ) |
Definition at line 207 of file sipstack.cpp.
Referenced by SipCall::BuildSendInvite(), SipCall::BuildSendReInvite(), SipFsmBase::BuildSendStatus(), SipIM::SendMessage(), SipSubscriber::SendNotify(), SipRegistration::SendRegister(), SipRegistrar::SendResponse(), and SipWatcher::SendSubscribe().
| void SipMsg::addUserAgent | ( | QString | ua = "MythPhone" |
) |
Definition at line 215 of file sipstack.cpp.
Referenced by SipCall::BuildSendAck(), SipCall::BuildSendBye(), SipCall::BuildSendCancel(), SipCall::BuildSendInvite(), SipCall::BuildSendReInvite(), SipFsmBase::BuildSendStatus(), SipIM::SendMessage(), SipSubscriber::SendNotify(), SipRegistration::SendRegister(), and SipWatcher::SendSubscribe().
| void SipMsg::addAllow | ( | ) |
| void SipMsg::addEvent | ( | QString | Event | ) |
Definition at line 225 of file sipstack.cpp.
Referenced by SipSubscriber::SendNotify(), and SipWatcher::SendSubscribe().
| void SipMsg::addSubState | ( | QString | State, | |
| int | Expires | |||
| ) |
| void SipMsg::addAuthorization | ( | QString | authMethod, | |
| QString | Username, | |||
| QString | Password, | |||
| QString | realm, | |||
| QString | nonce, | |||
| QString | uri, | |||
| bool | Proxy = false | |||
| ) |
Definition at line 238 of file sipstack.cpp.
Referenced by addProxyAuthorization(), SipCall::BuildSendBye(), SipCall::BuildSendCancel(), SipCall::BuildSendInvite(), SipCall::BuildSendReInvite(), SipIM::SendMessage(), SipSubscriber::SendNotify(), SipRegistration::SendRegister(), and SipWatcher::SendSubscribe().
| void SipMsg::addProxyAuthorization | ( | QString | authMethod, | |
| QString | Username, | |||
| QString | Password, | |||
| QString | realm, | |||
| QString | nonce, | |||
| QString | uri | |||
| ) |
Definition at line 259 of file sipstack.cpp.
| void SipMsg::addExpires | ( | int | e | ) |
Definition at line 264 of file sipstack.cpp.
Referenced by SipFsmBase::BuildSendStatus(), SipSubscriber::SendNotify(), SipRegistration::SendRegister(), SipRegistrar::SendResponse(), and SipWatcher::SendSubscribe().
| void SipMsg::addTimestamp | ( | int | t | ) |
| void SipMsg::addNullContent | ( | ) |
Definition at line 275 of file sipstack.cpp.
Referenced by SipCall::BuildSendAck(), SipCall::BuildSendBye(), SipCall::BuildSendCancel(), SipFsmBase::BuildSendStatus(), SipRegistration::SendRegister(), SipRegistrar::SendResponse(), and SipWatcher::SendSubscribe().
| void SipMsg::addContent | ( | QString | contentType, | |
| QString | contentData | |||
| ) |
Definition at line 280 of file sipstack.cpp.
Referenced by SipCall::addSdpToInvite(), SipFsmBase::BuildSendStatus(), SipIM::SendMessage(), and SipSubscriber::SendNotify().
| void SipMsg::insertVia | ( | QString | Hostname, | |
| int | Port | |||
| ) |
| void SipMsg::removeVia | ( | ) |
| QString SipMsg::StatusPhrase | ( | int | Code | ) |
| void SipMsg::decode | ( | QString | sipString | ) |
| QString SipMsg::string | ( | ) | [inline] |
Definition at line 58 of file sipstack.h.
Referenced by SipCall::BuildSendAck(), SipCall::BuildSendBye(), SipCall::BuildSendCancel(), SipCall::BuildSendInvite(), SipCall::BuildSendReInvite(), SipFsmBase::BuildSendStatus(), SipCall::ForwardMessage(), SipFsm::MsgToEvent(), SipIM::SendMessage(), SipSubscriber::SendNotify(), SipRegistration::SendRegister(), SipRegistrar::SendResponse(), and SipWatcher::SendSubscribe().
| QString SipMsg::getMethod | ( | ) | [inline] |
Definition at line 59 of file sipstack.h.
Referenced by SipCall::ForwardMessage(), and SipFsm::MsgToEvent().
| int SipMsg::getCSeqValue | ( | ) | [inline] |
Definition at line 60 of file sipstack.h.
Referenced by SipOptions::FSM(), SipIM::FSM(), SipWatcher::FSM(), SipSubscriber::FSM(), SipCall::FSM(), and SipRegistrar::SendResponse().
| QString SipMsg::getCSeqMethod | ( | ) | [inline] |
| int SipMsg::getExpires | ( | ) | [inline] |
Definition at line 62 of file sipstack.h.
Referenced by SipWatcher::FSM(), SipSubscriber::FSM(), SipRegistration::FSM(), SipRegistrar::FSM(), and SipRegistrar::SendResponse().
| int SipMsg::getTimestamp | ( | ) | [inline] |
| int SipMsg::getStatusCode | ( | void | ) | [inline] |
Definition at line 64 of file sipstack.h.
Referenced by SipCall::BuildSendBye(), SipCall::BuildSendCancel(), SipCall::BuildSendInvite(), SipCall::BuildSendReInvite(), SipIM::FSM(), SipWatcher::FSM(), SipSubscriber::FSM(), SipRegistration::FSM(), SipCall::FSM(), SipFsm::MsgToEvent(), SipIM::SendMessage(), SipSubscriber::SendNotify(), SipRegistration::SendRegister(), and SipWatcher::SendSubscribe().
| QString SipMsg::getReasonPhrase | ( | ) | [inline] |
| SipCallId* SipMsg::getCallId | ( | ) | [inline] |
Definition at line 66 of file sipstack.h.
Referenced by SipFsm::CheckRxEvent(), SipFsmBase::ParseSipMsg(), and SipRegistrar::SendResponse().
Definition at line 120 of file sipstack.cpp.
| SipSdp* SipMsg::getSdp | ( | ) | [inline] |
| SipXpidf* SipMsg::getXpidf | ( | ) | [inline] |
| QString SipMsg::getPlainText | ( | ) | [inline] |
| SipUrl* SipMsg::getContactUrl | ( | ) | [inline] |
Definition at line 71 of file sipstack.h.
Referenced by SipRegistrar::FSM(), SipFsmBase::ParseSipMsg(), and SipRegistrar::SendResponse().
| SipUrl* SipMsg::getRecRouteUrl | ( | ) | [inline] |
| SipUrl* SipMsg::getFromUrl | ( | ) | [inline] |
Definition at line 73 of file sipstack.h.
Referenced by SipCall::AlertUser(), SipIM::FSM(), SipSubscriber::FSM(), SipFsmBase::ParseSipMsg(), and SipRegistrar::SendResponse().
| SipUrl* SipMsg::getToUrl | ( | ) | [inline] |
Definition at line 74 of file sipstack.h.
Referenced by SipRegistrar::FSM(), and SipFsmBase::ParseSipMsg().
| QString SipMsg::getFromTag | ( | ) | [inline] |
Definition at line 75 of file sipstack.h.
Referenced by SipFsmBase::ParseSipMsg(), and SipRegistrar::SendResponse().
| QString SipMsg::getFromEpid | ( | ) | [inline] |
| QString SipMsg::getToTag | ( | ) | [inline] |
| QString SipMsg::getCompleteTo | ( | ) | [inline] |
| QString SipMsg::getCompleteFrom | ( | ) | [inline] |
| QString SipMsg::getCompleteVia | ( | ) | [inline] |
| QString SipMsg::getCompleteRR | ( | ) | [inline] |
| QString SipMsg::getViaIp | ( | ) | [inline] |
Definition at line 82 of file sipstack.h.
Referenced by SipCall::ForwardMessage(), SipCall::FSM(), and SipFsmBase::ParseSipMsg().
| int SipMsg::getViaPort | ( | ) | [inline] |
Definition at line 83 of file sipstack.h.
Referenced by SipCall::ForwardMessage(), and SipFsmBase::ParseSipMsg().
| QString SipMsg::getAuthMethod | ( | ) | [inline] |
Definition at line 84 of file sipstack.h.
Referenced by SipCall::BuildSendBye(), SipCall::BuildSendCancel(), SipCall::BuildSendInvite(), SipCall::BuildSendReInvite(), SipIM::SendMessage(), SipSubscriber::SendNotify(), SipRegistration::SendRegister(), and SipWatcher::SendSubscribe().
| QString SipMsg::getAuthRealm | ( | ) | [inline] |
Definition at line 85 of file sipstack.h.
Referenced by SipCall::BuildSendBye(), SipCall::BuildSendCancel(), SipCall::BuildSendInvite(), SipCall::BuildSendReInvite(), SipIM::SendMessage(), SipSubscriber::SendNotify(), SipRegistration::SendRegister(), and SipWatcher::SendSubscribe().
| QString SipMsg::getAuthNonce | ( | ) | [inline] |
Definition at line 86 of file sipstack.h.
Referenced by SipCall::BuildSendBye(), SipCall::BuildSendCancel(), SipCall::BuildSendInvite(), SipCall::BuildSendReInvite(), SipIM::SendMessage(), SipSubscriber::SendNotify(), SipRegistration::SendRegister(), and SipWatcher::SendSubscribe().
| void SipMsg::addGenericLine | ( | QString | Line | ) |
Definition at line 164 of file sipstack.cpp.
Referenced by addFromCopy(), addRRCopy(), addViaCopy(), and SipWatcher::SendSubscribe().
| void SipMsg::decodeLine | ( | QString | line | ) | [private] |
| void SipMsg::decodeRequestLine | ( | QString | line | ) | [private] |
| void SipMsg::decodeVia | ( | QString | via | ) | [private] |
| void SipMsg::decodeFrom | ( | QString | from | ) | [private] |
| void SipMsg::decodeTo | ( | QString | to | ) | [private] |
| void SipMsg::decodeContact | ( | QString | contact | ) | [private] |
| void SipMsg::decodeRecordRoute | ( | QString | rr | ) | [private] |
| void SipMsg::decodeCseq | ( | QString | cseq | ) | [private] |
| void SipMsg::decodeExpires | ( | QString | Exp | ) | [private] |
| void SipMsg::decodeTimestamp | ( | QString | ts | ) | [private] |
| void SipMsg::decodeCallid | ( | QString | callid | ) | [private] |
| void SipMsg::decodeAuthenticate | ( | QString | auth | ) | [private] |
| void SipMsg::decodeContentType | ( | QString | cType | ) | [private] |
| void SipMsg::decodeSdp | ( | QString | content | ) | [private] |
| void SipMsg::decodeXpidf | ( | QString | content | ) | [private] |
| void SipMsg::decodePlainText | ( | QString | content | ) | [private] |
| void SipMsg::decodeSDPConnection | ( | QString | c | ) | [private] |
| QPtrList< sdpCodec > * SipMsg::decodeSDPMedia | ( | QString | m | ) | [private] |
| void SipMsg::decodeSDPMediaAttribute | ( | QString | a, | |
| QPtrList< sdpCodec > * | codecList | |||
| ) | [private] |
| SipUrl * SipMsg::decodeUrl | ( | QString | source | ) | [private] |
Definition at line 515 of file sipstack.cpp.
Referenced by decodeContact(), decodeFrom(), decodeRecordRoute(), and decodeTo().
QString SipMsg::Msg [private] |
Definition at line 113 of file sipstack.h.
Referenced by addAllow(), addAuthorization(), addCallId(), addContact(), addContent(), addCSeq(), addEvent(), addExpires(), addFrom(), addGenericLine(), addNullContent(), addRequestLine(), addStatusLine(), addSubState(), addTimestamp(), addTo(), addToCopy(), addUserAgent(), addVia(), decode(), insertVia(), operator=(), removeVia(), SipMsg(), and string().
QStringList SipMsg::attList [private] |
QString SipMsg::thisMethod [private] |
Definition at line 115 of file sipstack.h.
Referenced by addAuthorization(), addCSeq(), addRequestLine(), decodeRequestLine(), getMethod(), operator=(), and SipMsg().
int SipMsg::statusCode [private] |
Definition at line 116 of file sipstack.h.
Referenced by decodeRequestLine(), getStatusCode(), operator=(), and SipMsg().
QString SipMsg::statusText [private] |
Definition at line 117 of file sipstack.h.
Referenced by decodeRequestLine(), getReasonPhrase(), operator=(), and SipMsg().
SipCallId* SipMsg::callId [private] |
Definition at line 118 of file sipstack.h.
Referenced by decodeCallid(), getCallId(), operator=(), SipMsg(), and ~SipMsg().
int SipMsg::cseqValue [private] |
Definition at line 119 of file sipstack.h.
Referenced by decodeCseq(), getCSeqValue(), operator=(), and SipMsg().
QString SipMsg::cseqMethod [private] |
Definition at line 120 of file sipstack.h.
Referenced by decodeCseq(), getCSeqMethod(), operator=(), and SipMsg().
int SipMsg::Expires [private] |
Definition at line 121 of file sipstack.h.
Referenced by decodeContact(), decodeExpires(), getExpires(), and SipMsg().
int SipMsg::Timestamp [private] |
Definition at line 122 of file sipstack.h.
Referenced by decodeTimestamp(), getTimestamp(), and SipMsg().
bool SipMsg::msgContainsSDP [private] |
Definition at line 123 of file sipstack.h.
Referenced by decode(), decodeContentType(), operator=(), and SipMsg().
bool SipMsg::msgContainsXPIDF [private] |
Definition at line 124 of file sipstack.h.
Referenced by decode(), decodeContentType(), operator=(), and SipMsg().
bool SipMsg::msgContainsPlainText [private] |
Definition at line 125 of file sipstack.h.
Referenced by decode(), decodeContentType(), operator=(), and SipMsg().
SipSdp* SipMsg::sdp [private] |
Definition at line 126 of file sipstack.h.
Referenced by decodeSdp(), decodeSDPConnection(), decodeSDPMedia(), getSdp(), operator=(), SipMsg(), and ~SipMsg().
SipXpidf* SipMsg::xpidf [private] |
Definition at line 127 of file sipstack.h.
Referenced by decodeXpidf(), getXpidf(), operator=(), SipMsg(), and ~SipMsg().
QString SipMsg::PlainTextContent [private] |
Definition at line 128 of file sipstack.h.
Referenced by decodePlainText(), getPlainText(), operator=(), and SipMsg().
SipUrl* SipMsg::contactUrl [private] |
Definition at line 129 of file sipstack.h.
Referenced by decodeContact(), getContactUrl(), SipMsg(), and ~SipMsg().
SipUrl* SipMsg::recRouteUrl [private] |
Definition at line 130 of file sipstack.h.
Referenced by decodeRecordRoute(), getRecRouteUrl(), SipMsg(), and ~SipMsg().
SipUrl* SipMsg::fromUrl [private] |
Definition at line 131 of file sipstack.h.
Referenced by decodeFrom(), getFromUrl(), SipMsg(), and ~SipMsg().
SipUrl* SipMsg::toUrl [private] |
Definition at line 132 of file sipstack.h.
Referenced by decodeTo(), getToUrl(), SipMsg(), and ~SipMsg().
QString SipMsg::fromTag [private] |
QString SipMsg::toTag [private] |
QString SipMsg::fromEpid [private] |
QString SipMsg::completeTo [private] |
QString SipMsg::completeFrom [private] |
Definition at line 137 of file sipstack.h.
Referenced by decodeFrom(), getCompleteFrom(), and SipMsg().
QString SipMsg::viaIp [private] |
Definition at line 138 of file sipstack.h.
Referenced by decodeVia(), getViaIp(), removeVia(), and SipMsg().
int SipMsg::viaPort [private] |
Definition at line 139 of file sipstack.h.
Referenced by decodeVia(), getViaPort(), removeVia(), and SipMsg().
QString SipMsg::completeVia [private] |
Definition at line 140 of file sipstack.h.
Referenced by decodeVia(), getCompleteVia(), and SipMsg().
QString SipMsg::completeRR [private] |
Definition at line 141 of file sipstack.h.
Referenced by decodeRecordRoute(), getCompleteRR(), and SipMsg().
QString SipMsg::authMethod [private] |
QString SipMsg::authRealm [private] |
QString SipMsg::authNonce [private] |
1.5.5