# File lib/adhearsion/voip/asterisk/commands.rb, line 270
        def duration_of
          start_time = Time.now
          yield
          Time.now - start_time
        end