Skip to content

Sites File

When call records are captured, they include the caller’s IP subnet but no location context. A sites file maps each subnet to a site name, country, and geographic coordinates, so your dashboards can show which office or location a call originated from.

The sites file applies to all backends — the upload mechanism differs per backend.

ColumnTypeDescription
subnetCIDRNetwork subnet (e.g. 10.64.0.0/24)
locationStringHuman-readable site name (e.g. Paris)
countryStringISO 3166-1 alpha-2 country code (e.g. FR)
latitudeNumberLatitude, -90 to 90
longitudeNumberLongitude, -180 to 180
subnet,location,country,latitude,longitude
10.64.0.0/24,Paris,FR,48.8588,2.2646
10.64.1.0/24,Berlin,DE,52.5200,13.4050
10.64.2.0/24,New York,US,40.7128,-74.0060

Download sites.csv template

Upload via the Site File Management panel in the app’s Configuration page.

Required permissions: storage:files:read, storage:files:write, storage:files:delete.