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

Method getLastResponseCode

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

used only for the 200 OK to INVITE to retrive the sdp stuff. Return the response code, only for MO invites.

Source from the content-addressed store, hash-verified

371 SipMessage *mLastResponse; // used only for the 200 OK to INVITE to retrive the sdp stuff.
372 // Return the response code, only for MO invites.
373 int getLastResponseCode() { return mLastResponse ? mLastResponse->smGetCode() : 0; }
374 //@}
375
376 // These go in the Transaction:

Callers 1

machineRunStateMethod · 0.80

Calls 1

smGetCodeMethod · 0.80

Tested by

no test coverage detected