| 488 | // This is used by inbound BYE or CANCEL. We dont care which because both kill off the dialog. |
| 489 | SipTimer mTimerJ; |
| 490 | void setTimerJ() { if (!dsPeer()->ipIsReliableTransport()) { mTimerJ.setOnce(64 * T1); } } |
| 491 | void SipMTBye(SipMessage *sipmsg); |
| 492 | void SipMTCancel(SipMessage *sipmsg); |
| 493 | }; |
nothing calls this directly
no test coverage detected