# File lib/adhearsion/voip/asterisk/ami/actions.rb, line 208 def completed_by?(packet) return true if not waits_for_events? return false if not packet.is_event? packet.event == "DBGetResponse" end