MCPcopy Create free account
hub / github.com/SIPp/sipp / setSessionState

Method setSessionState

src/call.cpp:6825–6829  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6823#endif // USE_TLS
6824
6825void call::setSessionState(SessionState state)
6826{
6827 _sessionStateOld = _sessionStateCurrent;
6828 _sessionStateCurrent = state;
6829}
6830
6831SessionState call::getSessionStateCurrent()
6832{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected