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

Method getSdpRemote

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

Source from the content-addressed store, hash-verified

368 //string mSdpPeerInfo;
369 string mSdpOffer, mSdpAnswer;
370 string getSdpRemote() const { return mDialogType == SIPDTMTC ? mSdpOffer : mSdpAnswer; }
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; }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected