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

Method isACK

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

Source from the content-addressed store, hash-verified

114 bool isCANCEL() const { return !strcmp(smGetMethodName(),"CANCEL"); }
115 bool isBYE() const { return !strcmp(smGetMethodName(),"BYE"); }
116 bool isACK() const { return !strcmp(smGetMethodName(),"ACK"); }
117 // Has the message been initialized yet? We always add callid first thing, so check that.
118 bool smIsEmpty() const { return msmContent.empty() && msmCallId.empty(); }
119};

Callers 4

MTWriteHighSideMethod · 0.80
findDialogByMsgMethod · 0.80
newCheckInviteMethod · 0.80
TLWriteLowSideVMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected