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

Method smGetLocalTag

SIP/SIPMessage.h:87–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 bool isRequest() { return msmCode == 0; }
86 string smGetRemoteTag() { return isRequest() ? msmFrom.mTag : msmTo.mTag; }
87 string smGetLocalTag() { return isRequest() ? msmTo.mTag : msmFrom.mTag; }
88 string smCSeqMethod() const { return msmCSeqMethod; }
89 string smGetToHeader() const { return msmTo.value(); }
90 string smUriUsername();

Callers 2

matchMessageMethod · 0.80
findDialogByMsgMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected