used only for the 200 OK to INVITE to retrive the sdp stuff. Return the response code, only for MO invites.
| 371 | SipMessage *mLastResponse; // used only for the 200 OK to INVITE to retrive the sdp stuff. |
| 372 | // Return the response code, only for MO invites. |
| 373 | int getLastResponseCode() { return mLastResponse ? mLastResponse->smGetCode() : 0; } |
| 374 | //@} |
| 375 | |
| 376 | // These go in the Transaction: |
no test coverage detected