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

Method setSipState

SIP/SIPBase.h:132–132  ·  view source on GitHub ↗

Set the state. Must be called by for all internal and external users. */

Source from the content-addressed store, hash-verified

130 SipState getSipState() const { return mState; }
131 /** Set the state. Must be called by for all internal and external users. */
132 void setSipState(SipState wState) { mState=wState; mStateAge.now(); }
133
134 /** Return TRUE if it looks like the SIP session is stuck indicating some internal error. */
135 bool sipIsStuck() const;

Callers 1

newSipDialogHandoverMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected