Has the message been initialized yet? We always add callid first thing, so check that.
| 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 | }; |
| 120 | |
| 121 | bool sameMsg(SipMessage *msg1, SipMessage *msg2); |