MCPcopy Create free account
hub / github.com/RangeNetworks/openbts / stopTimers

Method stopTimers

SIP/SIPBase.h:558–558  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected