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

Method SipMOByeTU

SIP/SIPTransaction.cpp:622–629  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

620//void SipMOByeTU::TUTimeoutV() { stSetDialogState(Cleared,0); }
621
622SipMOByeTU::SipMOByeTU(SipDialog *wDialog) // : SipClientTrLayer(wDialog->dsPeer(), make_branch(),wDialog)
623{
624 LOG(DEBUG);
625 string branch = make_branch();
626 SipMessage *bye = new SipMessageRequestWithinDialog(stGetMethodNameV(),wDialog,branch);
627 sctInitInDialogClientTransaction(wDialog, bye, branch);
628 delete bye;
629}
630
631void SipMOCancelTU::TUWriteHighSideV(SipMessage *sipmsg) {
632 if (sipmsg->msmCode >= 200) { stSetDialogState(Canceled,sipmsg->msmCode,'K'); }

Callers

nothing calls this directly

Calls 1

make_branchFunction · 0.85

Tested by

no test coverage detected