| 296 | } |
| 297 | |
| 298 | void SipClientTrLayer::sctInitInDialogClientTransaction(SipDialog *wDialog, SipMessage *request, string branch) |
| 299 | { |
| 300 | stInitInDialogTransaction(wDialog, branch, request); // Do this first. |
| 301 | mTimerBF.setOnce(64*T1); // this is init time so we could have used just set. |
| 302 | if (!stIsReliableTransport()) { mTimerAE.set(T1); } |
| 303 | mstOutRequest = *request; |
| 304 | } |
| 305 | |
| 306 | void SipClientTrLayer::sctStart() |
| 307 | { |
no test coverage detected