| 66 | mTranId(wTranId), mMsgState(nextState), mSipStatusCode(code) {} |
| 67 | DialogState::msgState dialogState() const { return mMsgState; } |
| 68 | unsigned sipStatusCode() const { return mSipStatusCode; } |
| 69 | |
| 70 | // Works, but not used: |
| 71 | // bool isBusy() const { return mSipStatusCode == 486 || mSipStatusCode == 600 || mSipStatusCode == 603; } |
no outgoing calls
no test coverage detected