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

Method smGetRemoteTag

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

Source from the content-addressed store, hash-verified

84 // Accessors:
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(); }

Callers 1

matchMessageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected