Set the state. Must be called by for all internal and external users. */
| 130 | SipState getSipState() const { return mState; } |
| 131 | /** Set the state. Must be called by for all internal and external users. */ |
| 132 | void setSipState(SipState wState) { mState=wState; mStateAge.now(); } |
| 133 | |
| 134 | /** Return TRUE if it looks like the SIP session is stuck indicating some internal error. */ |
| 135 | bool sipIsStuck() const; |
no outgoing calls
no test coverage detected