Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
void SipDialog::MODSendBYE()
53
{
54
LOG(INFO) <<sbText();
55
56
setSipState(MODClearing);
57
SipMOByeTU *byeTU = new SipMOByeTU(this);
58
byeTU->sctStart();
59
}
60
61
void SipDialog::sendInfoDtmf(unsigned bcdkey)
62
{
Callers
1
dialogCancel
Method · 0.95
Calls
1
sctStart
Method · 0.80
Tested by
no test coverage detected