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

Method SipMOCancelTU

SIP/SIPTransaction.cpp:637–643  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

635//void SipMOCancelTU::TUTimeoutV() { stSetDialogState(Canceled,0); }
636
637SipMOCancelTU::SipMOCancelTU(SipDialog *wDialog) // : SipClientTrLayer(wDialog->dsPeer(), make_branch(),wDialog)
638{
639 string branch = make_branch();
640 SipMessage *cancelMsg = new SipMessageRequestWithinDialog(this->stGetMethodNameV(),wDialog,branch);
641 this->sctInitInDialogClientTransaction(wDialog, cancelMsg, branch);
642 delete cancelMsg;
643}
644
645SipDtmfTU::SipDtmfTU(SipDialog *wDialog, unsigned wInfo) //: SipClientTrLayer(wDialog->dsPeer(), make_branch(),wDialog)
646{

Callers

nothing calls this directly

Calls 3

stGetMethodNameVMethod · 0.95
make_branchFunction · 0.85

Tested by

no test coverage detected