return new Promise((resolve, reject) => {
      return this.twilio.calls.list(params.query || {}).then(resolve).catch(reject);
    });