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

Method stWrite

SIP/SIPTransaction.cpp:85–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85void SipTransaction::stWrite(SipMessage *sipmsg)
86{
87 if (!mstPeer.mipValid) {
88 LOG(ERR) << "Attempt to write to invalid peer address:"<<mstPeer.mipName;
89 return;
90 }
91 gSipInterface.siWrite(&mstPeer.mipSockAddr,sipmsg);
92}
93
94
95// Send a simple message that does not change the dialog state.

Callers

nothing calls this directly

Calls 1

siWriteMethod · 0.80

Tested by

no test coverage detected