MCPcopy Create free account
hub / github.com/RangeNetworks/openbts / stInitNonDialogTransaction

Method stInitNonDialogTransaction

SIP/SIPTransaction.cpp:65–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

ipSetMethod · 0.80

Tested by

no test coverage detected