| 83 | } |
| 84 | |
| 85 | void 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. |