Skip to main content

Dispatch & Calls

Calls are the incidents, jobs, events and tasks your people respond to. Dispatching a call tells the right people and units about it — by push notification, text, email and voice — tracks who is responding and who is on scene, collects notes, photos and files, and closes with a disposition that feeds your records and reports.

Calls dashboard

Where to find it

Left menu → Calls. The Calls page shows:

  • Unit statuses — every unit with its current state and when it changed.
  • Active calls — open calls with number, name, priority and time, plus View, Update and Close buttons.
  • A map of active calls and units.
  • Buttons for Routes, Archived calls, Scheduled calls and New Call.

Creating a call

New Call (the same form is used by the Dispatch app and by email/SMS import).

New call

FieldWhat to enter
NameShort title — this is the headline in every notification (Structure Fire - 1450 Pine Ridge Rd).
PriorityLow, Medium, High, Emergency or your custom priorities. Priority decides the notification sound, colour and whether the call overrides quiet hours in the apps.
TypeFire, Medical, Rescue … from your call types. Type drives protocols, run cards, NERIS crosswalk and reporting.
Reporter name / contact infoWho called it in.
Primary / additional contactsLink Contacts (a premises, a client, a company). Contacts with alert notes pop up a warning.
Call identifier / Incident Id / Reference IdExternal CAD, parent incident and partner numbers for cross-referencing.
Nature of the callThe dispatch text; rich text supported.
NotesAdditional notes.
Map pageMap-book reference.
LocationType an address and Find Address, enter a what3words address, enter latitude/longitude, or Set pin on map. Reverse geocoding fills the address from a pin.
DestinationA point of interest such as a hospital, shelter, transfer centre or staging area (from Mapping → POIs).
Indoor locationA zone from an indoor map.
ProtocolsMatching dispatch protocols are listed; answer their questions to attach guidance.
Call linksLink related calls.
Personnel / Groups / Roles / Units tabsWho to dispatch (see below).
Call templateLoad a quick template to pre-fill the form.
Check-in timersEnable accountability timers for this call.
Schedule dispatchDelay the dispatch to a future time (at least 15 minutes ahead) — the call appears under Scheduled calls until then.
Custom fieldsAny User Defined Fields configured for calls.

Who gets dispatched

Tick any combination of:

TargetEffect
PersonnelNamed members. The grid shows ETA to the call, current status, staffing and roles.
GroupsEvery member of a station or group. With Dispatch shift instead of group on (Department Settings), only members signed up for today's shift are dispatched.
RolesEvery member holding a role (e.g. Driver, Paramedic).
UnitsApparatus and their crews.

If Run Cards are enabled, the recommendation for the call's priority/type is pre-filled here (or dispatched automatically).

Press Create Call. Notifications go out immediately through the queue: push to the apps, SMS, email and voice according to each member's notification preferences and contact verification status. Notification text is generic when the department is enrolled in Advanced Data Protection.

Working an active call

View opens the call page.

View call

PanelWhat you can do
Call detailsEverything entered above, with the dispatch audio if the call came from a radio/TTS source.
MapCall location, responding personnel and units live, route lines.
Dispatched personnel / unitsWho was dispatched, their current status and timestamps (responding, on scene …).
NotesAdd notes (with your location if allowed); flag a note for follow-up with a reason.
Images and filesAttach photos, documents, audio and video up to 10 MB; flag inappropriate items for moderation.
Check-in timersPAR / rehab / IC / hazmat countdowns with Check In buttons and history.
Incident reportStart the NERIS incident report or a Run record.
ExportPrintable call export, PDF, and a shareable anonymous export link.

Update changes any field, adds or removes dispatch targets (only the differences are applied) and can rebroadcast the notification. Close asks for a close state (Completed, Cancelled, Unfounded, False alarm …) and closing notes. Closed calls move to Archived calls and can be re-opened.

Delete soft-deletes a call with a reason (it can be restored by support).

Archived and scheduled calls

  • Archived calls — closed calls by year, with view and export. Add archived call creates a historical call with a custom date and pre-set closed state (optionally recalculating the year's call numbers) — useful when importing history or logging a call that happened outside Resgrid.
  • Scheduled calls — calls waiting for their scheduled dispatch time.

Archived calls

Other ways calls arrive

SourceHow to set it up
EmailSend or forward CAD pages to your department's dispatch import address (Call import settings); choose the parser format for your CAD.
SMS / textText to the department number (Text messaging).
Dispatch appSame form on tablet or desktop.
APIapi/v4/Calls/SaveCall with an API key or OAuth token.
Workflows / AssistantWorkflow actions and the chat Assistant can create calls when allowed.
VoiceAutomated voice dispatch reads the call out over the phone or radio TTS.

Setup examples

DepartmentRecommended call configuration
Volunteer firePriorities Low/Medium/High/Emergency; types Fire, Medical, MVA, Rescue, Alarm, Public assist; dispatch to Groups (stations) with Dispatch shift instead of group off; email import from county CAD; run cards for structure fires.
Career fire / combinationRun cards with auto-dispatch; closest-unit mode; check-in timers (PAR every 20 min) on Fire types; NERIS crosswalk for every type.
EMSTypes by determinant (ALS/BLS/IFT); dispatch to Units; destination POIs for hospitals; ADP enrolled.
SARTypes Search, Rescue, Recovery, Training; dispatch to Roles (Team leader, K9, Technical rescue); what3words locations; long check-in timers for field teams.
Emergency managementTypes Activation, Weather, Shelter, Resource request; dispatch to Roles (ESF leads) and Groups (EOC sections); scheduled calls for planned activations.
Security / facilitiesTypes Alarm, Patrol request, Escort, Medical, Incident; contacts for client sites with alert notes and gate codes; indoor locations.
Delivery / transitTypes Delivery, Pickup, Breakdown, Route deviation; dispatch to Units (vehicles); destination POIs; link calls to Routes.

Technical reference

ItemValue
ControllerDispatchController
Routes/User/Dispatch/{Dashboard,NewCall,ViewCall,UpdateCall,CloseCall,DeleteCall,ReOpenCall,ArchivedCalls,AddArchivedCall,ScheduledCalls,CallData,CallExport,CallExportEx,CallExportPdf,GetCallDispatchAudio} (?callId=)
PoliciesCall_View, Call_Create, Call_Update, Call_Delete + IAuthorizationService.CanUser{Create,Edit,Close,Delete}CallAsync
PermissionsCreateCall, DeleteCall, CloseCall, AddCallData
EventsCallAddedEvent, CallUpdatedEvent, CallClosedEvent; broadcast via IQueueService.EnqueueCallBroadcastAsync (push/SMS/email/voice)
Data endpointsGetActiveCallsList, GetArchivedCallsList?year=, GetScheduledCallsList, GetCallNotes, GetPersonnelForCall, GetAllDispatchesForCall, GetMapDataForCall, GetCallTypes, GetCallPriorities, GetCallsForSelectList, GetCoordinatesFromW3W, GetAlertNotesForContact, GetDispatchRecommendation, CallsYTD, CallsTypesInRange, CallsStatesInRange
Attachments10 MB; images jpg/jpeg/png/gif/bmp; documents pdf/doc/docx/ppt/pptx/xls/xlsx/txt; audio mp3/m4a/ogg/wav; video mp4/m4v/mov/wmv/avi/mpg
Soft deleteIsDeleted, DeletedOn, DeletedByUserId, DeletedReason
Protected dataName, nature, notes, address and attachments are ADP-protected fields
APIapi/v4/Calls/*