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

Method MODSendBYE

SIP/SIPDialog.cpp:52–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51
52void SipDialog::MODSendBYE()
53{
54 LOG(INFO) <<sbText();
55
56 setSipState(MODClearing);
57 SipMOByeTU *byeTU = new SipMOByeTU(this);
58 byeTU->sctStart();
59}
60
61void SipDialog::sendInfoDtmf(unsigned bcdkey)
62{

Callers 1

dialogCancelMethod · 0.95

Calls 1

sctStartMethod · 0.80

Tested by

no test coverage detected