| 74 | void stWrite(SipMessage *msg); |
| 75 | bool stIsReliableTransport() const { return mstPeer.ipIsReliableTransport(); } |
| 76 | string stTransportName() { return mstPeer.ipTransportName(); } |
| 77 | // Send a message to the TranEntry associated with this Dialog. |
| 78 | void sendSimpleMessage(DialogState::msgState wInfo, int code); |
| 79 | // (pat) Yes, it is ugly having specialized methods in a base class. |
nothing calls this directly
no test coverage detected