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

Method DialogStateVars

SIP/SIPBase.cpp:208–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208DialogStateVars::DialogStateVars()
209{
210 // generate a tag now.
211 // (pat) It identifies our side of the SIP dialog to the peer.
212 // It is placed in the to-tag for both responses and requests.
213 // For responses we munge the saved INVITE immediately so all responses use this to-tag.
214 //mLocalTag=make_tag();
215
216 // set our CSeq in case we need one
217 mLocalCSeq = gSipInterface.nextInviteCSeqNum(); // formerly: random()%600;
218}
219
220string DialogStateVars::dsToString() const
221{

Callers

nothing calls this directly

Calls 1

nextInviteCSeqNumMethod · 0.80

Tested by

no test coverage detected