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

Method sipStatusCode

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

Source from the content-addressed store, hash-verified

66 mTranId(wTranId), mMsgState(nextState), mSipStatusCode(code) {}
67 DialogState::msgState dialogState() const { return mMsgState; }
68 unsigned sipStatusCode() const { return mSipStatusCode; }
69
70 // Works, but not used:
71 // bool isBusy() const { return mSipStatusCode == 486 || mSipStatusCode == 600 || mSipStatusCode == 603; }

Callers 3

machineRunStateMethod · 0.80
machineRunStateMethod · 0.80
csl3HandleSipMsgMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected