The cause is not currently used.
| 160 | |
| 161 | // The cause is not currently used. |
| 162 | void SipTransaction::stSetDialogState(SipState newState, int code, char timer) const |
| 163 | { |
| 164 | if (SipDialog *dialog = mstDialog) { |
| 165 | dialog->dialogPushState(newState,code,timer); |
| 166 | } |
| 167 | } |
| 168 | |
| 169 | // This is the default. The INVITE ones are static and live in the dialog so they are not destroyed. |
| 170 | //void SipTransaction::stDestroyV() |
nothing calls this directly
no test coverage detected