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

Method MODSendCANCEL

SIP/SIPBase.cpp:880–887  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

878
879
880SipState SipBase::MODSendCANCEL()
881{
882 LOG(INFO) << sbText();
883 setSipState(MODCanceling); // (pat) MOD sent a cancel, see forceSIPClearing.
884 SipMOCancelTU *cancelTU = new SipMOCancelTU(dynamic_cast<SipDialog*>(this));
885 cancelTU->sctStart();
886 return getSipState();
887}
888
889
890

Callers 1

dialogCancelMethod · 0.80

Calls 1

sctStartMethod · 0.80

Tested by

no test coverage detected