# File lib/adhearsion/voip/asterisk/ami/actions.rb, line 158
            def keep?(packet)
              return true if not waits_for_events?
              return false if not packet.is_event?
              return keep_event?(packet)
            end