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

Method makeInitialRequest

SIP/SIPBase.cpp:553–558  ·  view source on GitHub ↗

This is an *initial* request only, for INVITE or MESSAGE. This version generates the request from the values in the DialogStateVars.

Source from the content-addressed store, hash-verified

551// This is an *initial* request only, for INVITE or MESSAGE.
552// This version generates the request from the values in the DialogStateVars.
553SipMessage *SipBase::makeInitialRequest(string method)
554{
555 string requestUri = dsRemoteURI();
556 this->mInviteViaBranch = make_branch();
557 return makeRequest(method,requestUri,sipLocalUsername(),&mRemoteHeader,&mLocalHeader,this->mInviteViaBranch);
558}
559
560void SipMOInviteClientTransactionLayer::MOUssdSendINVITE(string ussd, const L3LogicalChannel *chan)
561{

Callers 1

newSipDialogHandoverMethod · 0.80

Calls 1

make_branchFunction · 0.85

Tested by

no test coverage detected