# File sipper/transaction/Ist_sm.rb, line 345 def timer_Z(fsm) fsm.getState.Exit(fsm) fsm.setState(IstMap::Terminated) fsm.getState.Entry(fsm) end