| 556 | SipTimer mTimerBF; // Timeout during INVITE phase. |
| 557 | virtual void handleInviteResponse(int status, bool sendAck) = 0; |
| 558 | void stopTimers() { mTimerAE.stop(); mTimerBF.stop(); mTimerK.stop(); mTimerD.stop(); } |
| 559 | |
| 560 | protected: |
| 561 | // Timers K and D are for non-invite client transactions, MO BYE and MO CANCEL. |