| 63 | void SipTransaction::TUTimeoutV() { LOG(DEBUG); } |
| 64 | |
| 65 | void SipTransaction::stInitNonDialogTransaction(TranEntryId tranid, string wBranch, SipMessage *request, const IPAddressSpec *wPeer) { |
| 66 | mstTranId = tranid; |
| 67 | mstBranch = wBranch; |
| 68 | stSaveRequestId(request); |
| 69 | mstPeer = *wPeer; |
| 70 | } |
| 71 | void SipTransaction::stInitNonDialogTransaction(TranEntryId tranid, string wBranch, SipMessage *request, string wProxy, const char *wProxyProvenance) { |
| 72 | mstTranId = tranid; |
| 73 | mstBranch = wBranch; |