NVOCifnd—internet fetch end

This event indicates an Internet fetch has ended. In addition to the Tokens used for every event, this event has the following tokens:

Token

Meaning

URI

URI that was fetched. If the fetch was successful, this will be an absolute URI.

Sensitive key: This token often corresponds to a recording that is named to expose the information being played, such as 1.wav for credit card information.

FRST

Fetch result: SUCCESS if the fetch succeeded; otherwise a brief error description.

MIME

MIME content type. Empty string if the fetch failed.

SIZE

Size in bytes. 0 if the fetch failed.

DSRC

Data source:

  • empty string if the fetch failed
  • "file" if it was a local file
  • "http" if it was fetched from a web server
  • "cache" if it was loaded from a cache
  • "validated" if it was loaded from a cache, but only after validating the cached copy with the web server.

Example:

EVNT=NVOCifnd|URI=http://myserver/cprrecs/en.us/samantha.8kHz/alphanum/
f.alpha1.wav|FRST=SUCCESS|MIME=audio/x-wav|SIZE=17658|DSRC=http