# File lib/adhearsion/voip/call.rb, line 42
    def find(id)
      atomically do
        calls.detect {|call| call.uniqueid == id}
      end
    end