MCPcopy Create free account
hub / github.com/RangeNetworks/openbts / DialogMessage

Method DialogMessage

SIP/SIPExport.h:65–66  ·  view source on GitHub ↗

eg 200 for OK.

Source from the content-addressed store, hash-verified

63 //SipMethod::MethodType mMethod; // If not a method then SipMethod:Undefined.
64 unsigned mSipStatusCode; // eg 200 for OK.
65 DialogMessage(Control::TranEntryId wTranId,DialogState::msgState nextState, unsigned code) :
66 mTranId(wTranId), mMsgState(nextState), mSipStatusCode(code) {}
67 DialogState::msgState dialogState() const { return mMsgState; }
68 unsigned sipStatusCode() const { return mSipStatusCode; }
69

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected