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

Method sendInfoDtmf

SIP/SIPDialog.cpp:61–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61void SipDialog::sendInfoDtmf(unsigned bcdkey)
62{
63 // Has a previous DTMF not finished yet?
64
65 // Start a new Sip INFO Transaction to send the key off.
66 SipDtmfTU *dtmfTU = new SipDtmfTU(this,bcdkey);
67 dtmfTU->sctStart();
68}
69
70// (pat) This is the post-l3-rewrite way, most initialization during construction.
71SipDialog *SipDialog::newSipDialogMT(DialogType dtype, SipMessage *req)

Callers 1

machineRunStateMethod · 0.80

Calls 1

sctStartMethod · 0.80

Tested by

no test coverage detected