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

Method dgWriteHighSide

SIP/SIPDialog.h:96–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 void sipStopTimers() { // We dont do it this way any more.
95 }
96 bool dgWriteHighSide(SipMessage *msg) {
97 switch (mDialogType) {
98 case SIPDTMTC: case SIPDTMTSMS:
99 MTWriteHighSide(msg); return true;
100 case SIPDTMOC: case SIPDTMOSMS: case SIPDTMOUssd:
101 MOWriteHighSide(msg); return true;
102 default: return false; // This indicates a serious error on the part of the SIP peer.
103 }
104 }
105
106 void dialogCancel(CancelCause cause = CancelCauseUnknown);
107 //void dialogMOCSendInvite(const char *bcddigits,Control::CodecSet codecs);

Callers 1

newCheckInviteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected