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

Method sctInitInDialogClientTransaction

SIP/SIPTransaction.cpp:298–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

296}
297
298void SipClientTrLayer::sctInitInDialogClientTransaction(SipDialog *wDialog, SipMessage *request, string branch)
299{
300 stInitInDialogTransaction(wDialog, branch, request); // Do this first.
301 mTimerBF.setOnce(64*T1); // this is init time so we could have used just set.
302 if (!stIsReliableTransport()) { mTimerAE.set(T1); }
303 mstOutRequest = *request;
304}
305
306void SipClientTrLayer::sctStart()
307{

Callers 1

SipMOCancelTUMethod · 0.80

Calls 2

setOnceMethod · 0.80
setMethod · 0.45

Tested by

no test coverage detected