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

Method sctStart

SIP/SIPTransaction.cpp:306–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304}
305
306void SipClientTrLayer::sctStart()
307{
308 LOG(DEBUG);
309 ScopedLock lock(mstLock);
310 // Must add to the tu map before sending the message because the reply can be fast enough to cause a race.
311 gSipInterface.tuMapAdd(this);
312 devassert(mstState == stInitializing);
313 stWrite(&mstOutRequest); // Send the initial message.
314 mstState = stCallingOrTrying;
315}
316
317// Return TRUE to delete it.
318bool SipClientTrLayer::TLPeriodicServiceV()

Callers 4

MODSendCANCELMethod · 0.80
startRegisterFunction · 0.80
MODSendBYEMethod · 0.80
sendInfoDtmfMethod · 0.80

Calls 1

tuMapAddMethod · 0.80

Tested by

no test coverage detected