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

Method dsSetRemoteHeader

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

Source from the content-addressed store, hash-verified

204 // Set local header directly, used for handover:
205 void dsSetLocalHeader(const SipPreposition *header) { LOG(DEBUG); mLocalHeader = *header; }
206 void dsSetRemoteHeader(const SipPreposition *header) { LOG(DEBUG); mRemoteHeader = *header; }
207 void dsSetCallId(const std::string wCallId) { mCallId = wCallId; }
208
209 // RFC3261 12.2.1.1: "The URI in the To field of the request MUST be set to the remote URI

Callers 2

newSipDialogMTMethod · 0.80
newSipDialogHandoverMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected